diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-15 21:50:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-15 21:50:10 +0000 |
commit | 2ba42c02d71279612c318d6e5ae6526e3d7759eb (patch) | |
tree | d068c4da809af10c44a4ac01aa3766bcb829bfc3 /math/dieharder/files | |
parent | 0579e8f00d5ddf972b759ac2d23c2de3e89c0613 (diff) |
Notes
Diffstat (limited to 'math/dieharder/files')
-rw-r--r-- | math/dieharder/files/patch-dieharder_dieharder.1 | 54 | ||||
-rw-r--r-- | math/dieharder/files/patch-libdieharder_libdieharder.3 | 19 |
2 files changed, 73 insertions, 0 deletions
diff --git a/math/dieharder/files/patch-dieharder_dieharder.1 b/math/dieharder/files/patch-dieharder_dieharder.1 new file mode 100644 index 000000000000..7b6380be8e4e --- /dev/null +++ b/math/dieharder/files/patch-dieharder_dieharder.1 @@ -0,0 +1,54 @@ +--- dieharder/dieharder.1.orig 2008-09-08 08:37:19.000000000 -0400 ++++ dieharder/dieharder.1 2008-11-14 20:05:01.794803058 -0500 +@@ -1,6 +1,6 @@ + .\" $Id: dieharder.1 425 2008-08-19 10:01:36Z rgb $ +-.TH DieHarder 1 "Copyright 2004 Robert G. Brown" "DieHarder" ++.TH dieharder 1 "Copyright 2004 Robert G. Brown" "DieHarder" + .SH NAME +-rand_rate \- A testing and benchmarking tool for GSL random number ++dieharder \- A testing and benchmarking tool for GSL random number + generators + +@@ -13,5 +13,5 @@ + [-v verbose flag] [-x xvalue] [-y yvalue] [-z zvalue] + +-.SH DieHarder OPTIONS ++.SH OPTIONS + + .TP +@@ -40,6 +40,6 @@ + -l list all known tests. + .TP +--n ntuple - set ntuple length for tests on short bit strings that permit +-the length to be varied (e.g. rgb bitdist). ++-n ntuple - set ntuple length for tests on short bit strings that ++permit the length to be varied (e.g. rgb bitdist). + .TP + -p count - sets the number of p-value samples per test (default 100). +@@ -93,5 +93,4 @@ + + .SH DESCRIPTION +-.B DieHarder + This is the current snapshot of the dieharder random number + tester. It encapsulates all of the Gnu Scientific Library random number +@@ -123,5 +122,5 @@ + + .SH P-VALUES AND THE NULL HYPOTHESIS +-.B DieHarder returns "p-values". To understand what a p-value is and ++dieharder returns "p-values". To understand what a p-value is and + how to use it, it is essential to understand the + .I null hypothesis. +@@ -405,5 +404,5 @@ + as prototypes, and can likely be submitted to the GSL for inclusion if + they pass the tests as well or better than the generators that are already +-there. Dieharder is designed to (ultimately) be a ++there. dieharder is designed to (ultimately) be a + .I very convenient tool + for testing new software RNGs. +@@ -535,5 +534,5 @@ + + .SH PUBLICATION RULES +-.B DieHarder ++dieharder + is entirely original code and can be modified and used at will by any + user, provided that: diff --git a/math/dieharder/files/patch-libdieharder_libdieharder.3 b/math/dieharder/files/patch-libdieharder_libdieharder.3 new file mode 100644 index 000000000000..8eb6b1ad6727 --- /dev/null +++ b/math/dieharder/files/patch-libdieharder_libdieharder.3 @@ -0,0 +1,19 @@ +--- libdieharder/libdieharder.3.orig 2008-09-08 08:37:18.000000000 -0400 ++++ libdieharder/libdieharder.3 2008-11-14 20:07:57.513048813 -0500 +@@ -96,7 +96,6 @@ + + + .SH DESCRIPTION +-.B libdieharder + + The libdieharder library provides an API to user interface programs + wishing to call dieharder tests. Commands are defined for creating +@@ -121,7 +120,7 @@ + "standard" application of the library. + + .SH PUBLICATION RULES +-.B libdieharder ++libdieharder + is entirely original code and can be modified and used at will by any + user, provided that: + |