Trait necsim_core::cogs::dispersal_sampler::DispersalSampler
source · pub trait DispersalSampler<M: MathsCore, H: Habitat<M>, G: RngCore<M>>: Backup + Debug {
// Provided method
fn sample_dispersal_from_location(
&self,
location: &Location,
habitat: &H,
rng: &mut G
) -> Location { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.