aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-15 21:50:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-15 21:50:10 +0000
commit2ba42c02d71279612c318d6e5ae6526e3d7759eb (patch)
treed068c4da809af10c44a4ac01aa3766bcb829bfc3 /math/Makefile
parent0579e8f00d5ddf972b759ac2d23c2de3e89c0613 (diff)
downloadports-2ba42c02d71279612c318d6e5ae6526e3d7759eb.tar.gz
ports-2ba42c02d71279612c318d6e5ae6526e3d7759eb.zip
At the suggestion of Linas Vepstas on the Gnu Scientific Library (GSL) list,
this GPL'd suite of random number tests will be named "Dieharder". Using a movie sequel pun for the name is a double tribute to George Marsaglia, whose "Diehard battery of tests" of random number generators has enjoyed years of enduring usefulness as a test suite. The dieharder suite is more than just the diehard tests cleaned up and given a pretty GPL'd source face in native C: tests from the Statistical Test Suite (STS) developed by the National Institute for Standards and Technology (NIST) are being incorporated, as are new tests developed by rgb. Where possible, tests are parametrized and controllable so that failure, at least, is unambiguous. A further design goal is to provide some indication of *why* a generator fails a test, where such information can be extracted during the test process and placed in usable form. For example, the bit-distribution tests should (eventually) be able to display the actual histogram for the different bit n-tuplets. Dieharder is by design extensible. It is intended to be the "Swiss army knife of random number test suites", or if you prefer, "the last suite you'll ever ware" for testing random numbers. WWW: http://www.phy.duke.edu/~rgb/General/dieharder.php PR: ports/128882 Submitted by: bf <bf2006a at yahoo.com>
Notes
Notes: svn path=/head/; revision=222883
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index dfa372ad2d3b..16d0989257c7 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -44,6 +44,7 @@
SUBDIR += cxsc
SUBDIR += dcdflib
SUBDIR += diehard
+ SUBDIR += dieharder
SUBDIR += digitizer
SUBDIR += dislin
SUBDIR += djbfft