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

perl-math-random-isaac

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 the latest version of perl-math-random-isaac as follows:

guix install perl-math-random-isaac

Or install a particular version:

guix install perl-math-random-isaac@1.004

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.

Badge code

You can use the following badge to inform users of perl-math-random-isaac about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-math-random-isaac'><img src='https://packages.guix.gnu.org/packages/perl-math-random-isaac/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-math-random-isaac/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-math-random-isaac)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-math-random-isaac][https://packages.guix.gnu.org/packages/perl-math-random-isaac/badges/latest-version.svg]]