![]() |
Random seeds used in xorshift128+ algorithm: http://xorshift.di.unimi.it Not thread-safe. Instantiate once per thread.
Definition at line 33 of file as_random.h.
#include "as_random.h"
Data Fields | |
bool | initialized |
uint64_t | seed0 |
uint64_t | seed1 |
bool as_random::initialized |
Definition at line 36 of file as_random.h.
uint64_t as_random::seed0 |
Definition at line 34 of file as_random.h.
uint64_t as_random::seed1 |
Definition at line 35 of file as_random.h.