| 45 | } |
| 46 | |
| 47 | bool RandomStateCondition::update(const Rule& rule) |
| 48 | { |
| 49 | (void)rule; |
| 50 | return _rng_dist(_rng_gen); |
| 51 | } |
| 52 | |
| 53 | RuleConditionBase* RandomStateCondition::clone() const |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected