diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 21:58:46 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 21:58:46 -0700 |
commit | 3557f0ba80942397a9d963208695b4fa80290cb0 (patch) | |
tree | d754d0f1b56ca10c133804639882d12d6686f7ec /Source/Random.h | |
parent | e66a408e38849107a3d35a317ff6f2b23dcaeead (diff) | |
download | witness-tutorializer-3557f0ba80942397a9d963208695b4fa80290cb0.tar.gz witness-tutorializer-3557f0ba80942397a9d963208695b4fa80290cb0.tar.bz2 witness-tutorializer-3557f0ba80942397a9d963208695b4fa80290cb0.zip |
Infinite amounts of cleanup
Diffstat (limited to 'Source/Random.h')
-rw-r--r-- | Source/Random.h | 3 |
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 | ||
3 | static int s_seed; | 4 | static int s_seed = time(nullptr); // Seed from the time in milliseconds |
4 | 5 | ||
5 | class Random | 6 | class Random |
6 | { | 7 | { |