pub fn run_with_many_seeds<F>(f: F)
where F: FnMut(u128),
Expand description

Invokes a function multiple times with different RNG seeds.