Module rand::isaac
[−]
[src]
Unstable (
rand
): use rand
from crates.io
The ISAAC random number generator.
Reexports
use core::prelude::v1::*; |
use core::slice; |
use core::iter::repeat; |
use core::num::Wrapping as w; |
use ::{Rng, SeedableRng, Rand}; |
Structs
Isaac64Rng |
[Unstable] A random number generator that uses ISAAC-64[1], the 64-bit variant of the ISAAC algorithm. |
IsaacRng |
[Unstable] A random number generator that uses the ISAAC algorithm[1]. |
Constants
RAND_SIZE | [Unstable] |
RAND_SIZE_64 | [Unstable] |
RAND_SIZE_64_LEN | [Unstable] |
RAND_SIZE_LEN | [Unstable] |
RAND_SIZE_USIZE | [Unstable] |
Statics
EMPTY | [Unstable] |
EMPTY_64 | [Unstable] |
Type Definitions
w32 | [Unstable] |
w64 | [Unstable] |