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

Changelog

libmath-random-mt-perl (1.17-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 11:58:23 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

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

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-2build1.debian.tar.xz 4.2 KiB 3e654d637500011dec190215ce9b6d999f6a887d27913112d403286f407743fa
libmath-random-mt-perl_1.17-2build1.dsc 2.2 KiB 6867c616ff2254c3036e59f3c527ede5ac4ed519ec3704af4e045ba001a0928e

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