Type Alias NonDeterministicRng

Source
pub type NonDeterministicRng = ThreadRng;
Expand description

A RNG that is non-deterministic if the platform supports it.

Aliased Typeยง

struct NonDeterministicRng { /* private fields */ }