From 02b8f449d0a8310aad2cc7a9174a73f563c68345 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 7 Dec 2008 15:55:06 +0000 Subject: TestU01 is a software library, implemented in the ANSI C language, and offering a collection of utilities for the empirical statistical testing of uniform random number generators. The library implements several types of random number generators in generic form, as well as many specific generators proposed in the literature or found in widely-used software. It provides general implementations of the classical statistical tests for random number generators, as well as several others proposed in the literature, and some original ones. These tests can be applied to the generators predefined in the library and to user-defined generators. Specific tests suites for either sequences of uniform random numbers in [0,1] or bit sequences are also available. Basic tools for plotting vectors of points produced by generators are provided as well. Additional software permits one to perform systematic studies of the interaction between a specific test and the structure of the point sets produced by a given family of random number generators. That is, for a given kind of test and a given class of random number generators, to determine how large should be the sample size of the test, as a function of the generator's period length, before the generator starts to fail the test systematically. WWW: http://www.iro.umontreal.ca/~simardr/testu01/tu01.html PR: ports/128861 Submitted by: bf --- math/testu01/pkg-plist | 149 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 math/testu01/pkg-plist (limited to 'math/testu01/pkg-plist') diff --git a/math/testu01/pkg-plist b/math/testu01/pkg-plist new file mode 100644 index 00000000000..9c7b3b862c1 --- /dev/null +++ b/math/testu01/pkg-plist @@ -0,0 +1,149 @@ +bin/tcode +include/%%PORTNAME%%/TestU01.h +include/%%PORTNAME%%/addstr.h +include/%%PORTNAME%%/bbattery.h +include/%%PORTNAME%%/bitset.h +include/%%PORTNAME%%/chrono.h +include/%%PORTNAME%%/fbar.h +include/%%PORTNAME%%/fcho.h +include/%%PORTNAME%%/fcong.h +include/%%PORTNAME%%/fdist.h +include/%%PORTNAME%%/ffam.h +include/%%PORTNAME%%/ffsr.h +include/%%PORTNAME%%/finv.h +include/%%PORTNAME%%/fknuth.h +include/%%PORTNAME%%/fmarsa.h +include/%%PORTNAME%%/fmass.h +include/%%PORTNAME%%/fmultin.h +include/%%PORTNAME%%/fnpair.h +include/%%PORTNAME%%/fres.h +include/%%PORTNAME%%/fspectral.h +include/%%PORTNAME%%/fstring.h +include/%%PORTNAME%%/ftab.h +include/%%PORTNAME%%/fvaria.h +include/%%PORTNAME%%/fwalk.h +include/%%PORTNAME%%/gdef.h +include/%%PORTNAME%%/gdefconf.h +include/%%PORTNAME%%/gofs.h +include/%%PORTNAME%%/gofw.h +include/%%PORTNAME%%/mystr.h +include/%%PORTNAME%%/num.h +include/%%PORTNAME%%/num2.h +include/%%PORTNAME%%/rijndael-alg-fst.h +include/%%PORTNAME%%/scatter.h +include/%%PORTNAME%%/scomp.h +include/%%PORTNAME%%/sentrop.h +include/%%PORTNAME%%/sknuth.h +include/%%PORTNAME%%/smarsa.h +include/%%PORTNAME%%/smultin.h +include/%%PORTNAME%%/snpair.h +include/%%PORTNAME%%/sres.h +include/%%PORTNAME%%/sspacings.h +include/%%PORTNAME%%/sspectral.h +include/%%PORTNAME%%/sstring.h +include/%%PORTNAME%%/statcoll.h +include/%%PORTNAME%%/svaria.h +include/%%PORTNAME%%/swalk.h +include/%%PORTNAME%%/swrite.h +include/%%PORTNAME%%/tables.h +include/%%PORTNAME%%/tu01_sha1.h +include/%%PORTNAME%%/uautomata.h +include/%%PORTNAME%%/ubrent.h +include/%%PORTNAME%%/ucarry.h +include/%%PORTNAME%%/ucrypto.h +include/%%PORTNAME%%/ucubic.h +include/%%PORTNAME%%/udeng.h +include/%%PORTNAME%%/ufile.h +include/%%PORTNAME%%/ugfsr.h +include/%%PORTNAME%%/ugranger.h +include/%%PORTNAME%%/uinv.h +include/%%PORTNAME%%/uknuth.h +include/%%PORTNAME%%/ulcg.h +include/%%PORTNAME%%/ulec.h +include/%%PORTNAME%%/umarsa.h +include/%%PORTNAME%%/umrg.h +include/%%PORTNAME%%/unif01.h +include/%%PORTNAME%%/unumrec.h +include/%%PORTNAME%%/uquad.h +include/%%PORTNAME%%/usoft.h +include/%%PORTNAME%%/utaus.h +include/%%PORTNAME%%/utezuka.h +include/%%PORTNAME%%/util.h +include/%%PORTNAME%%/utouzin.h +include/%%PORTNAME%%/uvaria.h +include/%%PORTNAME%%/uweyl.h +include/%%PORTNAME%%/uwu.h +include/%%PORTNAME%%/uxorshift.h +include/%%PORTNAME%%/vectorsF2.h +include/%%PORTNAME%%/wdist.h +lib/libmylib.a +lib/libmylib.la +lib/libmylib.so.0 +lib/libmylib.so +lib/libprobdist.a +lib/libprobdist.la +lib/libprobdist.so.0 +lib/libprobdist.so +lib/libtestu01.a +lib/libtestu01.la +lib/libtestu01.so.0 +lib/libtestu01.so +%%DATADIR%%/param/CombCubLCG.par +%%DATADIR%%/param/CombCubic2.par +%%DATADIR%%/param/CombL2.par +%%DATADIR%%/param/CombWH2.par +%%DATADIR%%/param/Cubic1.par +%%DATADIR%%/param/InvExpl.par +%%DATADIR%%/param/InvExpl2a.par +%%DATADIR%%/param/InvExpl2b.par +%%DATADIR%%/param/InvImpl.par +%%DATADIR%%/param/InvImpl2a.par +%%DATADIR%%/param/InvImpl2b.par +%%DATADIR%%/param/LCGBad2.par +%%DATADIR%%/param/LCGGood.par +%%DATADIR%%/param/LCGGranger.par +%%DATADIR%%/param/LCGPow2.par +%%DATADIR%%/param/LCGWu2.par +%%DATADIR%%/param/LFSR1.par +%%DATADIR%%/param/LFSR2.par +%%DATADIR%%/param/LFSR3.par +%%DATADIR%%/param/MRG2.par +%%DATADIR%%/param/MRG3.par +%%DATADIR%%/param/TausLCG2.par +%%PORTDOCS%%%%DOCSDIR%%/guidelongtestu01.pdf +%%PORTDOCS%%%%DOCSDIR%%/guidemylib.pdf +%%PORTDOCS%%%%DOCSDIR%%/guideprobdist.pdf +%%PORTDOCS%%%%DOCSDIR%%/guideshorttestu01.pdf +%%PORTDOCS%%%%DOCSDIR%%/testu01.pdf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bat1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bat1.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bat2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bat2.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bat3.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/birth1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/birth1.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/birth2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex3.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex3.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex4.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex7.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/excel.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fbirth.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fbirth.res1.tex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fbirth.res2.tex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcoll.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcoll.res1.tex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcoll.res2.tex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mrg32k3a.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/my16807.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/my16807.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scat.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scat2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vax.bin +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xorshift.c +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrm %%DATADIR%%/param +@dirrm %%DATADIR%% +@dirrm include/%%PORTNAME%% -- cgit