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