summaryrefslogtreecommitdiff
path: root/src/common/random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/random.cpp')
-rw-r--r--src/common/random.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/random.cpp b/src/common/random.cpp
new file mode 100644
index 0000000..273dcec
--- /dev/null
+++ b/src/common/random.cpp
@@ -0,0 +1,8 @@
+#include "random2.hpp"
+
+#include "../poison.hpp"
+
+namespace random_
+{
+ std::mt19937 generate{std::random_device()()};
+} // namespace random_