A smol RNG library for Rust.
- One dependency by default (
rand_core
) no_std
and WASM support- No alloc usage
- 100% safe
system-rng
adds support for using system RNG using thegetrandom
cratezeroize
adds zeroing support to all RNGs using thezeroize
crate
The current MSRV is 1.60.0.