pub fn sys_rng() -> impl CryptoRngExpand description
Returns an infallible handle to the operating system’s entropy source.
Use this whenever randomness must come directly from the OS (e.g. key generation) rather than from a seeded or userspace RNG.
§Panics
Panics if the operating system fails to provide randomness.