summary refs log tree commit diff stats
path: root/Source/Random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Random.cpp')
-rw-r--r--Source/Random.cpp1
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
5int Random::s_seed = time(nullptr); // Seed from the time in milliseconds 4int Random::s_seed = time(nullptr); // Seed from the time in milliseconds