diff options
Diffstat (limited to 'src/common/random.cpp')
-rw-r--r-- | src/common/random.cpp | 8 |
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_ |