Function fastrand::global_rng::with_rng

source ยท
fn with_rng<R>(f: impl FnOnce(&mut Rng) -> R) -> R
Expand description

Run an operation with the current thread-local generator.