mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Fix urandom reference in the comment
This commit is contained in:
parent
7b0b1b2f29
commit
f409763500
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue