Function cgl_rs::utils::xorshf96

source ·
pub fn xorshf96() -> u64
Expand description

Generates a fast random number using the xorshf96 algorithm.

Returns

A u64 representing the generated random number.

Example

let random_number = cgl_rs::utils::xorshf96();