fn jitter()
in
src/lib.rs [142:144]
3
lines of code
1
McCabe index (conditional complexity)
fn jitter() -> usize { thread_rng().gen_range(0..=500) }