libmath-random-mt-perl 1.17-2build2 source package in Ubuntu

Changelog

libmath-random-mt-perl (1.17-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:44:54 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-random-mt-perl_1.17.orig.tar.gz 11.7 KiB 069a1d98a619cba1f1ab91fbd6edceb642e84e7d162c4f0e2442139037b5b0da
libmath-random-mt-perl_1.17-2build2.debian.tar.xz 4.2 KiB 230e8f777030442d3c4ca72f95f8b882d0e34204eff6780b7a709026004aa89a
libmath-random-mt-perl_1.17-2build2.dsc 2.2 KiB 2ffdd061006e15cc53a5e03001086ae1b04ec0ec118ef54cef6c2ccddf1d170a

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

libmath-random-mt-perl-dbgsym: debug symbols for libmath-random-mt-perl