Searched refs:RandomState (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Drandom.cpp18 GWP_ASAN_TLS_INITIAL_EXEC uint32_t RandomState = 0xff82eb50; variable
22 RandomState = time(nullptr) + getThreadID();
26 RandomState ^= RandomState << 13;
27 RandomState ^= RandomState >> 17;
28 RandomState ^= RandomState << 5;
29 return RandomState;

Completed in 76 milliseconds