| 705 | } |
| 706 | |
| 707 | void RandomInit() |
| 708 | { |
| 709 | // Invoke RNG code to trigger initialization (if not already performed) |
| 710 | ProcRand(nullptr, 0, RNGLevel::FAST); |
| 711 | |
| 712 | ReportHardwareRand(); |
| 713 | } |
| 714 | |
| 715 | std::chrono::microseconds GetExponentialRand(std::chrono::microseconds now, std::chrono::seconds average_interval) |
| 716 | { |
no test coverage detected