fmt
This commit is contained in:
parent
b1aafd7a28
commit
58cf357bf0
@ -21,12 +21,7 @@ where
|
|||||||
|
|
||||||
/// Get the next mutation to apply
|
/// Get the next mutation to apply
|
||||||
#[inline]
|
#[inline]
|
||||||
fn schedule(
|
fn schedule(&mut self, mutations_count: usize, rand: &mut R, _input: &I) -> usize {
|
||||||
&mut self,
|
|
||||||
mutations_count: usize,
|
|
||||||
rand: &mut R,
|
|
||||||
_input: &I,
|
|
||||||
) -> usize {
|
|
||||||
debug_assert!(mutations_count > 0);
|
debug_assert!(mutations_count > 0);
|
||||||
rand.below(mutations_count as u64) as usize
|
rand.below(mutations_count as u64) as usize
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user