Macro mini_functions::random::rand_bool
source · macro_rules! rand_bool { ($rng:expr, $probability:expr) => { ... }; }
Expand description
Generate a random boolean with the provided probability using the
provided Random (VRD)
struct