Function highhash::murmur::hash128_x64_with_seed[][src]

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

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