Apply the final computation steps to the intermediate value {@code hash} to form the final result of the MurmurHash 3 hash function.
Utility function to compute the hash code of an array using the MurmurHash algorithm.
Initialize the hash using the default seed value.
Initialize the hash using the specified {@code seed}.
Update the intermediate hash value for the next input {@code value}.
Update the intermediate hash value for the next input {@code value}.
@author Sam Harwell @author Egbert Voigt (D)