thread_rng

Function thread_rng 

Source
pub fn thread_rng() -> Random
Expand description

Get a thread-local random number generator (convenience function)

This provides fast access to a thread-local RNG for performance-critical code.