hash

fun hash(data: ByteArray, length: Int, seed: Long): Long

Compute the Murmur2 hash.

Return

the computed hash value

Parameters

data

the data that needs to be hashed

length

the length of the data that needs to be hashed

seed

the seed to use to compute the hash