Paketname | libmath-random-isaac-perl |
Beschreibung | Perl interface to the ISAAC PRNG Algorithm |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.001-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | perl |
Empfohlene Pakete | libmath-random-isaac-xs-perl |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 23778 Byte |
Prüfsumme MD5 | 05c416bf6173a5ad133d20fced17fd20 |
Prüfsumme SHA1 | 25d434e77bf8faa89faef904e25c447a6b4be066 |
Prüfsumme SHA256 | 30fc6d73ee51f82252fa35ad8ae71ba5db483ba9e0f8f5bb77de06470acce83c |
Link zum Herunterladen | libmath-random-isaac-perl_1.001-1_all.deb |
Ausführliche Beschreibung | Math::Random::ISAAC implements the ISAAC (Indirection, Shift, Accumulate, Add
and Count) pseudorandom number generator (PRNG) algorithm described on the
project page at:
.
As with other algorithms like the Mersenne Twister (see Math::Random::MT),
this algorithm is designed to take some seed information and produce seemingly
random results as output.
.
The results are uniformly distributed, unbiased, and unpredictable unless you
know the seed. The algorithm was published by Bob Jenkins in the late 1990s
and despite the best efforts of many security researchers, no feasible attacks
have been found to date.
.
For comparison with other algorithms intended to generate random data, the
Mersenne Twister has a period of 2^19937-1, the related TT800 has a period
of 2^800-1 values. ISAAC has a period of 2^8295 values on average.
|