|
Lines 282-288
Link Here
|
| 282 |
* |
282 |
* |
| 283 |
* Many programs choose the seed value in a totally predictable manner. |
283 |
* Many programs choose the seed value in a totally predictable manner. |
| 284 |
* This often causes problems. We seed the generator using the much more |
284 |
* This often causes problems. We seed the generator using the much more |
| 285 |
* secure urandom(4) interface. Note that this particular seeding |
285 |
* secure random(4) interface. Note that this particular seeding |
| 286 |
* procedure can generate states which are impossible to reproduce by |
286 |
* procedure can generate states which are impossible to reproduce by |
| 287 |
* calling srandom() with any value, since the succeeding terms in the |
287 |
* calling srandom() with any value, since the succeeding terms in the |
| 288 |
* state buffer are no longer derived from the LC algorithm applied to |
288 |
* state buffer are no longer derived from the LC algorithm applied to |