aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/Random.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/Random.h')
-rw-r--r--CPP/Common/Random.h2
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{
8public: 8public:
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