mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix urandom reference in the comment
This commit is contained in:
parent
7b0b1b2f29
commit
f409763500
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24154
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user