|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Deterministic xorshift64* — same sequence on every platform, unlike rand(). More...
Public Member Functions | |
| RingRand (uint64 seed) | |
| uint64 | next () |
| uint32 | below (uint32 n) |
| bool | chance (uint32 pct) |
Public Attributes | |
| uint64 | s |
Deterministic xorshift64* — same sequence on every platform, unlike rand().
Definition at line 37 of file ProcessMemoryFuzz.cpp.
|
inline |
Definition at line 39 of file ProcessMemoryFuzz.cpp.
References s.
|
inline |
Definition at line 41 of file ProcessMemoryFuzz.cpp.
References next().
Referenced by chance(), and cmlabs::RingRunSeed().
|
inline |
Definition at line 42 of file ProcessMemoryFuzz.cpp.
References below().
Referenced by cmlabs::RingRunSeed().
|
inline |
| uint64 cmlabs::RingRand::s |
Definition at line 38 of file ProcessMemoryFuzz.cpp.
Referenced by next(), and RingRand().