From 3557f0ba80942397a9d963208695b4fa80290cb0 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 30 Oct 2018 21:58:46 -0700 Subject: Infinite amounts of cleanup --- Source/Random.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Random.h') 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 @@ #pragma once +#include -static int s_seed; +static int s_seed = time(nullptr); // Seed from the time in milliseconds class Random { -- cgit 1.4.1