|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Deterministic xorshift64* — same as Phase 1 so seeds behave comparably. More...
Public Member Functions | |
| ConcRand (uint64 seed) | |
| uint64 | next () |
| uint32 | below (uint32 n) |
| bool | chance (uint32 pct) |
Public Attributes | |
| uint64 | s |
Deterministic xorshift64* — same as Phase 1 so seeds behave comparably.
Definition at line 75 of file ProcessMemoryConcFuzz.cpp.
|
inline |
Definition at line 77 of file ProcessMemoryConcFuzz.cpp.
References s.
|
inline |
Definition at line 79 of file ProcessMemoryConcFuzz.cpp.
References next().
Referenced by chance(), cmlabs::ConcResizer(), cmlabs::ConcRunCrossProcess(), and cmlabs::ConcWriter().
|
inline |
Definition at line 80 of file ProcessMemoryConcFuzz.cpp.
References below().
|
inline |
| uint64 cmlabs::ConcRand::s |
Definition at line 76 of file ProcessMemoryConcFuzz.cpp.
Referenced by ConcRand(), and next().