diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:27:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:27:37 +0200 |
commit | 9f18c3b12b208e5529f4ffe908191251e6ced3d1 (patch) | |
tree | 746c1337ae91ed603b4b77263d325ef7823a8d67 /academic/ent/README | |
parent | 16ca523fd1b171026fa0397ca26f1c1d6e966e7b (diff) | |
download | slackbuilds-9f18c3b12b208e5529f4ffe908191251e6ced3d1.tar.gz |
academic/ent: Added to 12.2 repository
Diffstat (limited to 'academic/ent/README')
-rw-r--r-- | academic/ent/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/ent/README b/academic/ent/README new file mode 100644 index 0000000000..7a5602d720 --- /dev/null +++ b/academic/ent/README @@ -0,0 +1,9 @@ +ent - A pseudorandom number sequence test program + +ent applies various tests to sequences of bytes stored in files and +reports the results of those tests. The program is useful for evaluating +pseudorandom number generators for encryption and statistical sampling +applications, compression algorithms, and other applications where the +information density of a file is of interest. Tests performed include +Entropy, Chi-square, Arithmetic Mean, Monte Carlo value for Pi, and +Serial Correlation Coefficient. |