Skip to main content

Module random

Module random 

Source
Expand description

The core Random facade. The Random facade and the enum-dispatched RngBackend backends.

Structs§

ByteIter
Iterator returned by Random::iter_bytes.
MersenneTwister
Canonical MT19937 generator (N = 624, M = 397).
Random
Random number generator dispatched over RngBackend.

Enums§

RngBackend
Available backends for Random.

Traits§

FloatExt
Floating-point math operations bridged across std / libm.