diff options
Diffstat (limited to 'other-licenses/7zstub/src/Common/Random.h')
-rw-r--r-- | other-licenses/7zstub/src/Common/Random.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/other-licenses/7zstub/src/Common/Random.h b/other-licenses/7zstub/src/Common/Random.h deleted file mode 100644 index f6fe5c4ef4..0000000000 --- a/other-licenses/7zstub/src/Common/Random.h +++ /dev/null @@ -1,16 +0,0 @@ -// Common/Random.h
-
-#ifndef __COMMON_RANDOM_H
-#define __COMMON_RANDOM_H
-
-class CRandom
-{
-public:
- void Init();
- void Init(unsigned int seed);
- int Generate() const;
-};
-
-#endif
-
-
|