Module random

Module random 

Source
Expand description

Contains traits and implementations for random number generation.

Structs§

CustomNumberGenerator
A deterministic pseudo-random number generator.
StandardRandomGenerator
A RandomGenerator that uses the rand crate for random number generation.

Traits§

RandomGenerator
A trait for random number generation.