| 563 | } |
| 564 | |
| 565 | void onRandomize(const RandomizeEvent &e) override { randomizeRelevantParams(e); } |
| 566 | |
| 567 | bool consumePendingRandomizeAction() { return pendingRandomizeAction.exchange(false); } |
| 568 |
nothing calls this directly
no outgoing calls
no test coverage detected