mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core: Random now fork safe
git-svn-id: svn://ultimatepp.org/upp/trunk@6236 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
82404cca4c
commit
17e92e4b19
3 changed files with 14 additions and 17 deletions
|
|
@ -296,7 +296,6 @@ qword Random64();
|
|||
qword Random64(qword n);
|
||||
double Randomf();
|
||||
|
||||
void SeedRandom();
|
||||
void SeedRandom(dword *seed,int len);
|
||||
void SeedRandom(dword seed = 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue