mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 22:07:08 -06:00
Initialer Commit
This commit is contained in:
14
CPP/Common/Random.h
Normal file
14
CPP/Common/Random.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user