diff options
Diffstat (limited to 'lib/libc/stdlib')
-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 6fe3203..28616ae 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. |