MurmurHash.hash

Hashes bytes in an array. @param data The bytes to hash. @param seed The seed for the hash. @return The 32 bit hash of the bytes in question.

Meta