KD impl 1
This commit is contained in:
@@ -26,4 +26,3 @@ impl<P: GriddedPosition, S: Storage<P>> Sticker<P, S> for ProbabilisticSticking
|
||||
.any(|neighbour| space.is_occupied(&neighbour) && rng.gen_range(0.0f32..=1.0) < self.stick_probability)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user