Module rand::prng::isaac64[][src]

The ISAAC-64 random number generator.

Structs

Isaac64Rng

A random number generator that uses ISAAC-64[1], the 64-bit variant of the ISAAC algorithm.

Constants

RAND_SIZE_64
RAND_SIZE_64_LEN

Statics

EMPTY_64

Type Definitions

w64