pub type NonDeterministicRng = ThreadRng;
A RNG that is non-deterministic if the platform supports it.
pub struct NonDeterministicRng { /* private fields */ }