aboutsummaryrefslogtreecommitdiffstats
path: root/math/testu01
Commit message (Collapse)AuthorAgeFilesLines
* Remove addition of CPPFLAGS to CONFIGURE_ENVbf2011-03-261-1/+1
| | | | in port Makefiles, and MD5 entries in distinfo
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
|
* Change my ports to use my FreeBSD.org email address.bf2010-07-081-1/+1
|
* Switch to use newer GMP version.ale2010-04-191-1/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* - Fix a typographical error in CFLAGS; while here, respect {LD,CPP}FLAGS.miwi2009-12-271-2/+4
| | | | Submitted by: maintainer via private mail
* - Update to 1.2.3miwi2009-08-232-5/+4
| | | | | PR: 138014 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update maintainer mail adressemiwi2009-06-081-1/+1
| | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
* Chase libgmp and bump PORTREVISION.ale2009-05-131-0/+1
|
* TestU01 is a software library, implemented in the ANSI C language, andmiwi2008-12-074-0/+224
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 <bf2006a at yahoo.com>