13 namespace random_numbers
15 static thread_local std::random_device
rd;
16 static thread_local std::mt19937_64
mt(
rd());
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 reader_writer_lock_shim.hpp:7