An implementation of random number generator based on rdrand and rdseed instructions.
# Cargo.toml
[dependencies]
rdrand = "0.8.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a random number using hardware RNG.
Check CPU support before use or use fallback RNG.
No dependency data recorded yet.