diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-23 23:09:31 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-23 23:09:31 +0000 |
commit | f40976350093381430732ea22a026ff7d83fa4e5 (patch) | |
tree | 52c540adee7712446a804492353a8431ae782247 /lib/libc/stdlib/random.c | |
parent | 7b0b1b2f297df77483aef2b2f44e416714b88b93 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib/random.c')
-rw-r--r-- | lib/libc/stdlib/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index a3698a557774..bc7d8401cce0 100644 --- a/lib/libc/stdlib/random.c +++ b/lib/libc/stdlib/random.c @@ -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 |