Expand description
This crate defines pseudo random number generators (PRNG).
The crate is #![no_std].
Modulesยง
- defaults
- Holds the implementation of the default PRNGs, recommended for general use.
- errors
- Holds definitions of various PRNG errors.
- prngs
- Holds implementations of various PRNGs.
- stream_
prng - Holds the implementation of the stream-based PRNG.
- streams
- Holds implementations of various PRNG streams.
- traits
- Holds definitions of various PRNG traits.