about summary refs log tree commit diff stats
path: root/Source/Random.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Random.h')
-rw-r--r--Source/Random.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Random.h b/Source/Random.h index e4700f3..40998de 100644 --- a/Source/Random.h +++ b/Source/Random.h
@@ -1,6 +1,7 @@
1#pragma once 1#pragma once
2#include <chrono>
2 3
3static int s_seed; 4static int s_seed = time(nullptr); // Seed from the time in milliseconds
4 5
5class Random 6class Random
6{ 7{