Source: libstatistics-test-randomwalk-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
 libclass-xsaccessor-perl,
 libparams-util-perl,
 libstatistics-test-sequence-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Statistics-Test-RandomWalk/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-test-randomwalk-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-test-randomwalk-perl/

Package: libstatistics-test-randomwalk-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-xsaccessor-perl,
 libparams-util-perl,
 libstatistics-test-sequence-perl
Description: module to perform a Random Walk statistical test
 Statistics::Test::RandomWalk implements a Random Walk test of a random number
 generator as outlined in Blobel et al. Basically, it tests that the numbers
 (in the interval between 0 and 1) generated by a random number generator are
 distributed evenly. It divides [0,1] into n evenly sized bins and calculates
 the number of expected and actual random numbers in the bin. (In fact, this
 counts the cumulated numbers, but that works the same.)
