diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 21:17:48 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 21:17:48 -0800 |
commit | 133975b5a2ceca273182829f2f11042a5276c2f0 (patch) | |
tree | a7e3b13ffd81484b41122acef5189f060cca365c /Source/Random.h | |
parent | fd2fa2211dc09c9030601fde1afd2f7823b22ed8 (diff) | |
download | witness-tutorializer-133975b5a2ceca273182829f2f11042a5276c2f0.tar.gz witness-tutorializer-133975b5a2ceca273182829f2f11042a5276c2f0.tar.bz2 witness-tutorializer-133975b5a2ceca273182829f2f11042a5276c2f0.zip |
Tabs -> spaces everywhere
Diffstat (limited to 'Source/Random.h')
-rw-r--r-- | Source/Random.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Random.h b/Source/Random.h index 179f0fa..46287a1 100644 --- a/Source/Random.h +++ b/Source/Random.h | |||
@@ -4,9 +4,9 @@ | |||
4 | class Random | 4 | class Random |
5 | { | 5 | { |
6 | public: | 6 | public: |
7 | static void SetSeed(int seed); | 7 | static void SetSeed(int seed); |
8 | static int RandInt(int min, int max); | 8 | static int RandInt(int min, int max); |
9 | 9 | ||
10 | private: | 10 | private: |
11 | static int s_seed; | 11 | static int s_seed; |
12 | }; | 12 | }; |