| Paketname | libmath-random-mt-perl | 
| Beschreibung | Perl implementation of the Mersenne Twister algorithm | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 1.10-1 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 100 Byte | 
| Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.1.3) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu Developers  | 
| Quelle |  | 
| Paketgröße | 14146 Byte | 
| Prüfsumme MD5 | 553f80565f9f645001d3ae25796d80ff | 
| Prüfsumme SHA1 | b0320ab33018465cf7b0d3679261459050684cec | 
| Prüfsumme SHA256 | 17bb72e75e7c8e28f5c2829e2e4036f4ca2dc89c5285e1d6c12b70f0640209cb | 
| Link zum Herunterladen | libmath-random-mt-perl_1.10-1_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:
.
 |