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 pure nothrow @nogc
ulong
muellerHash64
(
in ulong x
)

See Also

Meta