15 static thread_local std::random_device
rd;
16 static thread_local std::mt19937_64
mt(
rd());
Houses and wraps all utils related to random number generation.
Definition random_gen.hpp:14
static thread_local std::mt19937_64 mt(rd())
static thread_local std::random_device rd
Definition random_gen.hpp:15
CORELINK_EXPORT uint64_t get_random_int()
Definition concurrent_counter.hpp:10
Definition reader_writer_lock_shim.hpp:7