5 lines
88 B
C++
5 lines
88 B
C++
#include "random.hpp"
|
|
|
|
std::random_device rdevice;
|
|
std::mt19937_64 rng::rng(rdevice());
|