Trait necsim_core::cogs::rng::PrimeableRng
source · pub trait PrimeableRng<M: MathsCore>: RngCore<M> {
// Required method
fn prime_with(&mut self, location_index: u64, time_index: u64);
}
Required Methods§
fn prime_with(&mut self, location_index: u64, time_index: u64)
Object Safety§
This trait is not object safe.