Modulesยง
- branch_
rng - Cheap and dirty RNGs
- getrandom
- Seed RNGs in runtime using OS entropy
This module provides a simple way to generate random numbers using the
getrandom
crate. I will call this Magic since the entropy comes from the underlying OS in runtime. - prelude
- prelude
- rng
- RNG engines
- rng_
core_ extension - extension methods for [
RngCore
] - slice_
methods - Methods on slices that require randomness
- time_
seeded - Seed RNGs using the system time