Function highhash::murmur::hash32_with_seed[][src]

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

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