murmurhash3_x86_32

fun murmurhash3_x86_32(data: ByteArray, offset: Int, len: Int, seed: Int): Int

Returns the MurmurHash3_x86_32 hash. Original source/tests at https://github.com/yonik/java_util/


fun murmurhash3_x86_32(bytes: BytesRef, seed: Int): Int