pub fn normalised_variant_hash(
group: &str,
identifier: &str,
modulus: u32,
) -> Result<u32>Expand description
Calculates a hash for variant distribution in the standard way
expected for Unleash clients. This differs from the
normalised_hash function in that it uses a different seed to
ensure a fair distribution.