Struct bitflags::__core::collections::hash_map::RandomState [] [src]

pub struct RandomState {
    // some fields omitted
}
1.7.0
[]

RandomState is the default state for HashMap types.

A particular instance RandomState will create the same instances of Hasher, but the hashers created by two different RandomState instances are unlikely to produce the same result for the same values.