Package: ent Version: 20080128 Revision: 1 # Source: http://www.fourmilab.ch/random/random.zip SourceDirectory: . Source-MD5: 8104a83af1ea5b280da96c92da18eae4 Homepage: http://www.fourmilab.ch/random/ # PatchScript: << perl -pi.old -e 's#^ent#./ent#' entest.bat perl -pi -e 's/(static double log2)/$1_local/' randtest.c rm -f entest.bat.old << CompileScript: << echo "No configuration required" make make check << InstallScript: << mkdir -p %i/bin cp ent %i/bin chmod a+rx %i/bin/ent << # DocFiles: ent.html # Description: Checks the randomness of the input DescDetail: << Ent (written by John Walker) checks the randomness of the input data with the following tests: entropy, chi-square test, arithmetic mean, Monte Carlo value for Pi, and serial correlation coefficient. << # DescPackaging: << This program's zip file doesn't unzip into any specific folder, leading to the awkward choice of `.' for SourceDirectory. Also, This package had no version number, so I just used the latest revision date. << License: Public Domain Maintainer: Benjamin Esham