pub fn pick<T: Obj>(
distr: impl Distribution<T>,
f: impl Fn(T) -> bool,
) -> Nondet<T>Expand description
The pick function from the minirust spec. See Non-determinism.
pub fn pick<T: Obj>(
distr: impl Distribution<T>,
f: impl Fn(T) -> bool,
) -> Nondet<T>The pick function from the minirust spec. See Non-determinism.