Skip to main content

splitmix64_u64

Function splitmix64_u64 

Source
pub fn splitmix64_u64(x: u64) -> u64
Expand description

Ultra-fast 64-bit pseudo-random permutation mixer (SplitMix64).

Passes the TestU01 BigCrush suite with 100% avalanche effect. Emits 3 inlined multiplications and bit shifts in JIT mode with zero heap allocation and zero extern call overhead.