This package browser is in early development. Mind the rough edges.

perl-math-random-isaac 1.004

Perl interface to 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 provides a Perl interface to the ISAAC pseudo random number generator.

Installation

Install perl-math-random-isaac 1.004 as follows:

guix install perl-math-random-isaac@1.004

Or install the latest version:

guix install perl-math-random-isaac

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.