Fix urandom reference in the comment

This commit is contained in:
Andrey A. Chernov 1997-03-23 23:09:31 +00:00
parent 7b0b1b2f29
commit f409763500
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24154

View file

@ -284,7 +284,7 @@ srandom(x)
*
* Many programs choose the seed value in a totally predictable manner.
* This often causes problems. We seed the generator using the much more
* secure `/dev/random' interface. Note that this particular seeding
* secure urandom(4) interface. Note that this particular seeding
* procedure can generate states which are impossible to reproduce by
* calling srandom() with any value, since the succeeding terms in the
* state buffer are no longer derived from the LC algorithm applied to