MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / getRandomTime

Function getRandomTime

source/Memory.cpp:2283–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2281}
2282
2283inline 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

Callers 1

MemResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected