pub fn thread_rng() -> ThreadRng👎Deprecated since 0.9.0: Renamed to
rngAvailable on crate feature
thread_rng only.Expand description
Access the thread-local generator
Use rand::rng() instead.
pub fn thread_rng() -> ThreadRngrngthread_rng only.Access the thread-local generator
Use rand::rng() instead.