libmath-random-mt-perl 1.16-1build1 source package in Ubuntu

Changelog

libmath-random-mt-perl (1.16-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:21:29 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libmath-random-mt-perl_1.16.orig.tar.gz 10.9 KiB 3c13cfd605e6610985c5475d6fa4f55533c205d897d6d18a9f56f5f9cc3c8aca
libmath-random-mt-perl_1.16-1build1.debian.tar.gz 4.0 KiB 467a6a451c27a36ee518e7a83eed12b50848d774d22aae5d54b3a043edb14f95
libmath-random-mt-perl_1.16-1build1.dsc 2.2 KiB 5b4090a5057e2f61f7c6026c1b24786bc11680e664b4e39ad091624eefbd1763

Available diffs

View changes file

Binary packages built by this source

libmath-random-mt-perl: Perl implementation of the Mersenne Twister algorithm

 Math::Random::MT provides an implementation of the Mersenne Twister
 pseudorandom number generator algorithm developed by Makoto Matsumoto
 and Takuji Nishimura.
 .
 It is related to but a different algorithm than a previous work by
 the same authors - the TT800 algorithm, which keeps less state data
 (MT uses 624 numbers compared to TT800's 25). Consequently, the
 period is much larger - 2^19937-1 compared to TT800's 2^800-1. For
 comparison, ISAAC's period is 2^8295 values on average.
 .
 For more information, peruse M. Matsumoto and T. Nishimura's paper:
 <URL:http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/mt.pdf>.