Paketname | libmath-random-mt-perl |
Beschreibung | Perl implementation of the Mersenne Twister algorithm |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.10-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | perl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 14358 Byte |
Prüfsumme MD5 | cc5c5cfb88e724d07035e944e95abad1 |
Prüfsumme SHA1 | 0c39121b25ffbee9bdc728f4a4fd94af72f1d3ec |
Prüfsumme SHA256 | cebaf3793ac798e198f21f51f3661156e8ac63e4f9be6c05d15e97855298368a |
Link zum Herunterladen | libmath-random-mt-perl_1.10-2_i386.deb |
Ausführliche Beschreibung | 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:
.
|