52 state.
x += (state.
w += state.
s);
53 return state.
x = (state.
x >> 32) | (state.
x << 32);
59inline static uint32_t
msws() {
Wrapper class for internal state of the Msws generator.
Definition: state.h:17
uint64_t x
Definition: state.h:19
uint64_t w
Definition: state.h:20
uint64_t s
Definition: state.h:21
static uint32_t msws()
Generate new pseudo random number from global state variables and update them.
Definition: random.h:59
State GlobalMswsState
Definition: random.h:45