diff options
Diffstat (limited to 'Source/Random.cpp')
-rw-r--r-- | Source/Random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Random.cpp b/Source/Random.cpp index d9fe678..aee4d1a 100644 --- a/Source/Random.cpp +++ b/Source/Random.cpp | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <chrono> | 1 | #include "pch.h" |
2 | #include "Random.h" | 2 | #include "Random.h" |
3 | 3 | ||
4 | uint32_t Random::s_seed = static_cast<int>(time(nullptr)); // Seed from the time in milliseconds | 4 | uint32_t Random::s_seed = static_cast<int>(time(nullptr)); // Seed from the time in milliseconds |