diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-05-31 21:14:41 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-05-31 21:14:41 +0000 |
commit | f8f6970098ee27d5802dcd370eab208a61c9b42c (patch) | |
tree | 8c98f464cccd7776881f2cc57196f1e9349d486b | |
parent | 480a728dee614ba5f8afda7d09ca6be8ffa5e860 (diff) |
Notes
-rw-r--r-- | lib/libc/stdlib/random.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 6fe3203833b7..28616ae048b9 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -100,7 +100,7 @@ as the seed. .Pp The .Fn srandomdev -routine initialize a state array using +routine initializes a state array using the .Xr random 4 random number device which returns good random numbers, suitable for cryptographic use. |