[][src]Function obfstr::splitmix

pub const fn splitmix(seed: u64) -> u64

Compiletime bitmixing.

Takes an intermediate hash that may not be thoroughly mixed and increase its entropy to obtain both better distribution. See Better Bit Mixing for reference.