Expand description
Holds implementations of several randomness sources.
Structsยง
- Constant
Randomness Source - A trivial
RandomnessSource
that always returns the same sequence of values based on a seed. Which by default is constant as well. - OsRandomness
Source std_os_rand
- Randomness source that retrieves randomness from the operating system.