Always seed with '1' instead of the supplied value of emp_srandom()
fot the nightly build.
This commit is contained in:
parent
7877507f25
commit
99187cd5fd
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Index: empserver/src/lib/gen/chance.c
|
||||||
- extern void srand48();
|
- extern void srand48();
|
||||||
-
|
-
|
||||||
- srand48(n);
|
- srand48(n);
|
||||||
+ SRANDOM(n);
|
+ SRANDOM(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
long
|
long
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue