diff options
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. |