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, 0 insertions, 8 deletions
diff --git a/src/common/random.cpp b/src/common/random.cpp
deleted file mode 100644
index 273dcec..0000000
--- a/src/common/random.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "random2.hpp"
-
-#include "../poison.hpp"
-
-namespace random_
-{
- std::mt19937 generate{std::random_device()()};
-} // namespace random_