Date: Fri, 2 Nov 2001 18:14:10 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk builtin.c Message-ID: <200111030214.fA32EAc00950@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/11/02 18:14:10 PST
Modified files:
contrib/awk builtin.c
Log:
Tighten up the random seeding a little bit more. getpid() alone only
affect only lower bits of seed which would resulte in the same seed for
sequences of fast-started awk's resulting the same random sequence.
Submitted by: ache
Revision Changes Path
1.11 +2 -1 src/contrib/awk/builtin.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111030214.fA32EAc00950>
