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

Changelog

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


  [ Harlan Lieberman-Berg ]
  * Imported Upstream version 1.16
  * Remove patch applied upstream.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Add Build-Depends on libtest-number-delta-perl for tests
  * Bump Standards-Version to 3.9.4
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <email address hidden>  Sun, 26 May 2013 08:24:04 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-random-mt-perl_1.16-1.dsc 2.1 KiB 820e44092980657074d6e7f7b2be85195ba41fddac949651ff010a9526cf3823
libmath-random-mt-perl_1.16.orig.tar.gz 10.9 KiB 3c13cfd605e6610985c5475d6fa4f55533c205d897d6d18a9f56f5f9cc3c8aca
libmath-random-mt-perl_1.16-1.debian.tar.gz 3.9 KiB 59d5111986034271326c9172a471864fa72c584c86f6ffaab661e7dfde8c08a6

Available diffs

No changes file available.

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>.