MurmurHash.finish

Apply the final computation steps to the intermediate value {@code hash} to form the final result of the MurmurHash 3 hash function.

@param hash the intermediate hash value @param numberOfWords the number of integer values added to the hash @return the final hash result @uml @safe @nothrow

class MurmurHash
static @safe nothrow
size_t
finish
(
size_t hash
,)

Meta