ahash::operations

Constant 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).