Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 1997 15:49:23 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG
Subject:   cvs commit: src/contrib/awk builtin.c
Message-ID:  <199710152249.PAA16177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        1997/10/15 15:49:23 PDT

  Modified files:
    contrib/awk          builtin.c 
  Log:
  srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())
  at least. Note that srandomdev can't be used here since gawk preserve old
  seed value.
  
  Revision  Changes    Path
  1.3       +4 -0      src/contrib/awk/builtin.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710152249.PAA16177>