muellerHash64

Mueller integer hash function (bit mixer) A (64-bit).

Based on splitmix64, which seems to be based on the blog article "Better Bit Mixing" (mix 13).

@safe nothrow pure @nogc @nogc pure nothrow @safe @nogc
hash_t
muellerHash64
(
ulong x
)

See Also

Meta