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