Trait neat::RandomlyMutable
source · pub trait RandomlyMutable {
// Required method
fn mutate(&mut self, rate: f32, rng: &mut impl Rng);
}Expand description
Used in all of the builtin next_gens to randomly mutate entities a given amount
Required Methods§
Object Safety§
This trait is not object safe.