The finalization mix function used in MurmurHash3 to avalanche the bits of a hash to finalize it. Useful for generating a nice-looking hash from a simple integer sequence.
the hash to finalize
the finalized hash
The finalization mix function used in MurmurHash3 to avalanche the bits of a hash to finalize it. Useful for generating a nice-looking hash from a simple integer sequence.