class
jjRNG
Public static functions
-
static auto Create(std::
uint64_t seed) -> jjRNG*
Constructors, destructors, conversion operators
-
jjRNG(std::
uint64_t seed) - ~jjRNG()
Public functions
- void AddRef()
- void Release()
-
auto operator()() -> std::
uint64_t - auto operator=(const jjRNG& o) -> jjRNG&
- auto operator==(const jjRNG& o) const -> bool
-
void seed(std::
uint64_t value) -
void discard(std::
uint64_t count)