aboutsummaryrefslogtreecommitdiff
path: root/system/dieharder/README
diff options
context:
space:
mode:
authorArthur W. Green <lynx@panix.com>2016-03-19 01:08:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-19 01:08:11 +0700
commit264d724592cfed3285b2544e65190d954fc4a78f (patch)
tree67d2a0e7f581fda1a42859116c950644aa70d861 /system/dieharder/README
parent1bd0cbd0c5b54d155f3f03dd47e36377fbd7b93b (diff)
downloadslackbuilds-264d724592cfed3285b2544e65190d954fc4a78f.tar.xz
system/dieharder: Added (A random number generator testing suite).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dieharder/README')
-rw-r--r--system/dieharder/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/dieharder/README b/system/dieharder/README
new file mode 100644
index 000000000000..a980e39ccae8
--- /dev/null
+++ b/system/dieharder/README
@@ -0,0 +1,11 @@
+Dieharder is a random number generator (RNG) testing suite, designed to make
+it easy to time and test RNGs implemented in both software and hardware. It
+makes extensive use of the GNU Scientific Library (GSL), and includes a
+battery of pseudorandom number generators (PRNG) and testing algorithms for
+research and cryptographic applications.
+
+The software saw its last release in 2011, and differences with newer versions
+of autoconf are starting to become apparent. Patches are applied mostly to
+overcome these differences, as well as one trivial fix to appease C99. The
+build installs the dieharder software as well as the libdieharder libraries
+that can be called from your program code.