Expand description
The ISAAC-64 random number generator.
Structs§
- Isaac64
Core - The core of
Isaac64Rng
, used withBlockRng
. - Isaac64
Rng - A random number generator that uses ISAAC-64, the 64-bit variant of the ISAAC algorithm.
The ISAAC-64 random number generator.
Isaac64Rng
, used with BlockRng
.