Function highhash::murmur::hash128_with_seed[][src]

pub fn hash128_with_seed<T: AsRef<[u8]>>(v: T, seed: u32) -> u128
Expand description

MurmurHash3 32-bit implementation of the 128-bit hashing algorithm. This version allows you to specify a seed.