macro_toolset::random

Function fast_random

Source
pub fn fast_random() -> u64
Expand description

xorshift* is a fast pseudorandom number generator which will even tolerate weak seeding, as long as it’s not zero.