The math/p5-Math-Random-ISAAC port
p5-Math-Random-ISAAC-1.004p1 – interface to the ISAAC PRNG algorithm (cvsweb github mirror)
Description
The ISAAC 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 other 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.WWW: https://metacpan.org/release/Math-Random-ISAAC
Maintainer
The OpenBSD ports mailing-list
Categories
Test dependencies
Files
- /usr/local/libdata/perl5/site_perl/Math/
- /usr/local/libdata/perl5/site_perl/Math/Random/
- /usr/local/libdata/perl5/site_perl/Math/Random/ISAAC.pm
- /usr/local/libdata/perl5/site_perl/Math/Random/ISAAC/
- /usr/local/libdata/perl5/site_perl/Math/Random/ISAAC/PP.pm
- /usr/local/man/man3p/Math::Random::ISAAC.3p
- /usr/local/man/man3p/Math::Random::ISAAC::PP.3p