DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibmath-random-isaac-perl
BeschreibungPerl interface to the ISAAC PRNG Algorithm
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.001-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe104 Byte
Hängt ab vonperl
Empfohlene Paketelibmath-random-isaac-xs-perl
PaketbetreuerUbuntu Developers
Quelle
Paketgröße23710 Byte
Prüfsumme MD5ede0e23e9e7f494077b3269215ff9da7
Prüfsumme SHA13d7a0d16f70ac7d1725c6970320853f3f8c414d8
Prüfsumme SHA2561c4d266dc38666c2f0137af7da67dc2535bd7d6a0c29d67798fa89c0301ace70
Link zum Herunterladenlibmath-random-isaac-perl_1.001-1_all.deb
Ausführliche BeschreibungMath::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.


Impressum
Linux is a registered trademark of Linus Torvalds