diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-14 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-15 23:55:04 +0500 |
commit | fc662341e6f85da78ada0e443f6116b978f79f22 (patch) | |
tree | 1be1cc402a7a9cbc18d4eeea6b141354c2d559e3 /CPP/Common/Random.h | |
parent | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (diff) | |
download | 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.tar.gz 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.tar.bz2 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.zip |
24.0524.05
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 | ||