mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 12:11:38 -06:00
4.25 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
47f4915611
commit
af1fe52701
@@ -11,7 +11,7 @@ void CRandom::Init(unsigned int seed)
|
||||
{ srand(seed); }
|
||||
|
||||
void CRandom::Init()
|
||||
{ Init(time(NULL)); }
|
||||
{ Init((unsigned int)time(NULL)); }
|
||||
|
||||
int CRandom::Generate() const
|
||||
{ return rand(); }
|
||||
|
||||
Reference in New Issue
Block a user