File: control

package info (click to toggle)
libstatistics-test-randomwalk-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 124 kB
  • ctags: 13
  • sloc: perl: 199; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.)