Paketname | libmath-random-tt800-perl |
Beschreibung | Perl module implementing the TT800 algorithm |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.01-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | perl (>= 5.10.0-22), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 12232 Byte |
Prüfsumme MD5 | aa91324a1b76cff934c2434a9687b682 |
Prüfsumme SHA1 | 0f26843f934721f4a61a6ac7e80869fd699b6f85 |
Prüfsumme SHA256 | 161f8c086ba3639f6cf535a68fbf11568ab0dbf50c12c368fe322ccc16cc7e2d |
Link zum Herunterladen | libmath-random-tt800-perl_1.01-2_i386.deb |
Ausführliche Beschreibung | 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.
|