Trait me3_framework::overlay::epaint::ahash::random_state::RandomSource
source · [−]pub trait RandomSource {
fn gen_hasher_seed(&self) -> usize;
}
Expand description
A supplier of Randomness used for different hashers. See set_random_source.