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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:52:04 +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-2build3.debian.tar.xz 4.2 KiB 0f4c59b7fd87eaf1ec677bdf547c55d7133042c365edaa8cdbeab460a584ce60
libmath-random-mt-perl_1.17-2build3.dsc 2.2 KiB 6ffe33d0b8f45808b09def728c4162854a236e85152df11c8ea1f063e3e44dd2

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