| 610 | } |
| 611 | |
| 612 | void RandAddPeriodic() noexcept |
| 613 | { |
| 614 | ProcRand(nullptr, 0, RNGLevel::PERIODIC, /*always_use_real_rng=*/false); |
| 615 | } |
| 616 | |
| 617 | void RandAddEvent(const uint32_t event_info) noexcept { GetRNGState().AddEvent(event_info); } |
| 618 |
no test coverage detected