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