Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Math-Random-ISAAC | Distribution: openSUSE Tumbleweed |
Version: 1.004 | Vendor: openSUSE |
Release: 2.10 | Build date: Wed Jan 24 17:12:11 2018 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 75748 | Source RPM: perl-Math-Random-ISAAC-1.004-2.10.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Math-Random-ISAAC | |
Summary: Perl interface to the ISAAC PRNG algorithm |
As with other Pseudo-Random Number Generator (PRNG) 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. However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has different goals than these commonly used algorithms. In particular, it's really fast - on average, it requires only 18.75 machine cycles to generate a 32-bit value. This makes it suitable for applications where a significant amount of random data needs to be produced quickly, such solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed. The algorithm was published by Bob Jenkins in the late 90s and despite the best efforts of many security researchers, no feasible attacks have been found to date.
GPL-2.0+ or Artistic-1.0
* Wed Jan 24 2018 kwalter@suse.com - fix license field * Sun Apr 15 2012 pascal.bleser@opensuse.org - initial version (1.004)
/usr/lib/perl5/vendor_perl/5.40.0/Math /usr/lib/perl5/vendor_perl/5.40.0/Math/Random /usr/lib/perl5/vendor_perl/5.40.0/Math/Random/ISAAC /usr/lib/perl5/vendor_perl/5.40.0/Math/Random/ISAAC.pm /usr/lib/perl5/vendor_perl/5.40.0/Math/Random/ISAAC/PP.pm /usr/share/doc/packages/perl-Math-Random-ISAAC /usr/share/doc/packages/perl-Math-Random-ISAAC/Changes /usr/share/doc/packages/perl-Math-Random-ISAAC/LICENSE /usr/share/doc/packages/perl-Math-Random-ISAAC/README /usr/share/man/man3/Math::Random::ISAAC.3pm.gz /usr/share/man/man3/Math::Random::ISAAC::PP.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025