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