Constant ahash::operations::MULTIPLE
source · pub(crate) const MULTIPLE: u64 = 6364136223846793005;
Expand description
This constant comes from Kunth’s prng (Empirically it works better than those from splitmix32).
pub(crate) const MULTIPLE: u64 = 6364136223846793005;
This constant comes from Kunth’s prng (Empirically it works better than those from splitmix32).