diff options
Diffstat (limited to 'src/Global.cpp')
| -rw-r--r-- | src/Global.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Global.cpp b/src/Global.cpp new file mode 100644 index 0000000..e95f785 --- /dev/null +++ b/src/Global.cpp @@ -0,0 +1,2 @@ +#include"includes/Global.hpp" +std::mt19937 Global::rng = std::mt19937(time(0)); |
