summary refs log tree commit diff stats
path: root/Source/Random.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-30 21:58:46 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-30 21:58:46 -0700
commit3557f0ba80942397a9d963208695b4fa80290cb0 (patch)
treed754d0f1b56ca10c133804639882d12d6686f7ec /Source/Random.h
parente66a408e38849107a3d35a317ff6f2b23dcaeead (diff)
downloadwitness-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.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{