the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: israndom
Version: 1.0.7
Revision: 2
Source: http://www.complearn.org/downloads/%n-%v.tar.gz
Source-MD5: c3a45b72ff2410d49f010b06e49ba672
Depends: glib2-shlibs, gsl-shlibs, libcomplearn1-shlibs, libgettext3-shlibs, libiconv, libxml2-shlibs
BuildDepends: pkgconfig, glib2-dev, gsl, libcomplearn1, libgettext3-dev, libiconv-dev, libxml2
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README doc/THANKS
Homepage: http://www.complearn.org
License: BSD
Maintainer: Jack Fink
Description: Kolmogorov powered randomness tester
DescDetail: <<
israndom tests a sequence of symbols for randomness. israndom tries
to determine if a given sequence of trials could reasonably be
assumed to be from a random uniform distribution over a fixed-size
alphabet of 2-256 symbols. It uses mathematical results from
Kolmogorov Complexity theory and Shannon entropy (in classical
information theory) in order to determine if a given sequence is
effectively random or not. It does this by bounding the Kolmogorov
complexity function from above using compressors.
<<