Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 17:25:49 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib rand.3
Message-ID:  <200411101725.iAAHPnEK034134@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004-11-10 17:25:49 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      rand.3 
  Log:
  sranddev() is not magic pixie dust.  While it gives a good random
  seed, the random number generator rand(3) still sucks and is unlikely
  sufficient for crypto use.  Correct what appears to be a cut and paste
  error from the srandomdev() man page.
  
  Submitted by: Ben Mesander
  
  Revision  Changes    Path
  1.15      +4 -2      src/lib/libc/stdlib/rand.3



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