pub fn xorshf96() -> u64
Generates a fast random number using the xorshf96 algorithm.
A u64 representing the generated random number.
u64
let random_number = cgl_rs::utils::xorshf96();