Since we drop NSHUFF values now, set default seed to what it becomes

after srandom(1)
This commit is contained in:
Andrey A. Chernov 2003-02-05 21:28:52 +00:00
parent f3047249d4
commit dba8967550
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110422

View File

@ -38,7 +38,7 @@
#define NSHUFF 100 /* to drop part of seed -> 1st value correlation */
static u_long randseed = 1;
static u_long randseed = 892053144; /* after srandom(1), NSHUFF counted */
void
srandom(seed)