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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Random.h b/Source/Random.h index 46287a1..a2ad706 100644 --- a/Source/Random.h +++ b/Source/Random.h
@@ -8,5 +8,5 @@ public:
8 static int RandInt(int min, int max); 8 static int RandInt(int min, int max);
9 9
10private: 10private:
11 static int s_seed; 11 static uint32_t s_seed;
12}; 12};