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

The ISAAC 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

IsaacRng

A random number generator that uses the ISAAC algorithm[1].

Constants

RAND_SIZE
RAND_SIZE_LEN
RAND_SIZE_USIZE

Statics

EMPTY

Type Definitions

w32