Module rand::prng::isaac[][src]

The ISAAC random number generator.

Structs

IsaacCore

The core of IsaacRng, used with BlockRng.

IsaacRng

A random number generator that uses the ISAAC algorithm.