pub fn config_random_bool(p: f64) -> boolExpand description
Return true with probability p, drawn from the configuration RNG.
Used for swarm-subset decisions (e.g. “enable this fault family?”). Always
consumes exactly one [CONFIG_RNG] draw regardless of the outcome.