libstatistics-test-randomwalk-perl 0.02-3 source package in Ubuntu

Changelog

libstatistics-test-randomwalk-perl (0.02-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 02:14:14 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstatistics-test-randomwalk-perl_0.02-3.dsc 2.4 KiB e81fdd2892386bcbf02aa744d76d394e2dfd8c69604ba37c80e30d78d9c06e1a
libstatistics-test-randomwalk-perl_0.02.orig.tar.gz 5.4 KiB 5fb26c9175a2eb41a0a77f452be523cbb777e7bf70c9b75349eb4167360cf6c6
libstatistics-test-randomwalk-perl_0.02-3.debian.tar.xz 2.7 KiB 93b129dcd04c2cc3a6e36730c39efd0ea5537a19ebeea5eb87dbf2c16f4b7093

Available diffs

No changes file available.

Binary packages built by this source

libstatistics-test-randomwalk-perl: 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.)