libmath-random-tt800-perl 1.01-3build4 source package in Ubuntu

Changelog

libmath-random-tt800-perl (1.01-3build4) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:07:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libmath-random-tt800-perl_1.01.orig.tar.gz 3.9 KiB 74e8338b9c232d9acf6f9366374fe5d966dc7c3552fdf7ac80b6a17169c62798
libmath-random-tt800-perl_1.01-3build4.debian.tar.xz 2.8 KiB cfd53d544f24762a6522ef8c668ccc0ce21a18065be74c35b9b35eeb9d24e61e
libmath-random-tt800-perl_1.01-3build4.dsc 2.1 KiB 5cb4eea2472d18d75d858d1a64c0ca56c2a55667bdddae44116ea24b9033cc48

Available diffs

View changes file

Binary packages built by this source

libmath-random-tt800-perl: Perl module implementing the TT800 algorithm

 Math::Random::TT800 provides an implementation of Makoto Matsumoto and Takuji
 Nishimura's pseudorandom number generator (PRNG) algorithm called TT800. It is
 similar to some other fantastic PRNG algorithms such as the Mersenne Twister
 (see libmath-random-mt-perl) and ISAAC (see libmath-random-isaac-perl). This
 particular implementation is particularly notable because it has no external
 dependencies aside from Perl itself.
 .
 The algorithm itself is described in Matsumoto's article published in ACM
 Transactions on Modelling and Computer Simulation, Volume 4, Issue 3, 1994,
 pages 254-266.
 .
 This algorithm is similar to the Mersenne Twister algorithm but uses a smaller
 array to hold state information (25 elements compared to MT's 624).
 Consequently, the period is much smaller - 2^800-1 versus MT's 2^19937-1.
 The period of ISAAC is 2^8295 values on average.

libmath-random-tt800-perl-dbgsym: No summary available for libmath-random-tt800-perl-dbgsym in ubuntu cosmic.

No description available for libmath-random-tt800-perl-dbgsym in ubuntu cosmic.