pub fn next_xoroshiro128(state: &mut [u64; 2]) -> u64
Expand description

Given the mutable state generates the next pseudo random number.