Core: Random now fork safe

git-svn-id: svn://ultimatepp.org/upp/trunk@6236 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-08-07 11:40:10 +00:00
parent 82404cca4c
commit 17e92e4b19
3 changed files with 14 additions and 17 deletions

View file

@ -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);