perl-math-random-isaac-xs 1.004
C implementation of the ISAAC PRNG algorithm
ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a significant amount of random data needs to be produced quickly, such as solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed.
This package implements the same interface as Math::Random::ISAAC
.
- Website: https://metacpan.org/release/Math-Random-ISAAC-XS
- Licenses: Public Domain
- Package source: gnu/packages/crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-math-random-isaac-xs 1.004
as follows:
guix install perl-math-random-isaac-xs@1.004
Or install the latest version:
guix install perl-math-random-isaac-xs
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.