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

The ISAAC-64 random number generator.

Re-exports

use core::slice;
use core::iter::repeat;
use core::num::Wrapping as w;
use core::fmt;
use Rng;
use SeedableRng;
use Rand;

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