OS backed Random Number Generator.
# Cargo.toml
[dependencies]
rand_os = "0.2.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a random 32-bit integer using the OS entropy source.
Use `use rand::rngs::OsRng;` and add `rand` to your dependencies.
No dependency data recorded yet.