diff options
Diffstat (limited to 'CPP/Common/Random.h')
-rw-r--r-- | CPP/Common/Random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/Random.h b/CPP/Common/Random.h index 283869e..3fbb416 100644 --- a/CPP/Common/Random.h +++ b/CPP/Common/Random.h | |||
@@ -7,7 +7,7 @@ class CRandom | |||
7 | { | 7 | { |
8 | public: | 8 | public: |
9 | void Init(); | 9 | void Init(); |
10 | void Init(unsigned int seed); | 10 | void Init(unsigned seed); |
11 | int Generate() const; | 11 | int Generate() const; |
12 | }; | 12 | }; |
13 | 13 | ||