Crate rnd

Crate rnd 

Source

Modules§

dist
mt19937
unix

Structs§

GlobalRandomSource

Traits§

Random
A type that can be randomly generated.
RandomSource
A source of randomness
Seedable
Trait for seedable types.

Functions§

random
Gets a random T element using the global RandomSource
set_global_random
Sets the global RandomSource for this thread