| 2281 | } |
| 2282 | |
| 2283 | inline uint32_t getRandomTime() |
| 2284 | { |
| 2285 | return rand() ^ timeGetTime(); // We can't use g_nCumulativeCycles as it will be zero on a fresh execution. |
| 2286 | } |
| 2287 | |
| 2288 | //=========================================================================== |
| 2289 |