Module randomness_sources

Source
Expand description

Holds implementations of several randomness sources.

Structsยง

ConstantRandomnessSource
A trivial RandomnessSource that always returns the same sequence of values based on a seed. Which by default is constant as well.
OsRandomnessSourcestd_os_rand
Randomness source that retrieves randomness from the operating system.