diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-07 02:32:18 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-07 02:32:18 +0000 |
commit | a7d81577d674ff427670a0d34c7ce6d9c5949132 (patch) | |
tree | cfb8f2a141a4702c6b7700208ad39d81e8c50964 /lib/libc/stdlib/rand.c | |
parent | df49b8e2abb4cb8b67689d715b76209a676604df (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib/rand.c')
-rw-r--r-- | lib/libc/stdlib/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index 614dea5594c40..bd881f0b82a2e 100644 --- a/lib/libc/stdlib/rand.c +++ b/lib/libc/stdlib/rand.c @@ -111,7 +111,7 @@ u_int seed; * * Many programs choose the seed value in a totally predictable manner. * This often causes problems. We seed the generator using the much more - * secure urandom(4) interface. + * secure random(4) interface. */ void sranddev() |