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

pragma(inline, true) @safe nothrow pure @nogc
ulong
muellerHash64
(
T
)
(
T x
)
if (
isIntegral!T &&
T.sizeof <= ulong.sizeof
)

See Also

Meta