diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-21 23:25:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-21 23:25:04 +0000 |
commit | 1227c083b71d73ab60895571d4462be9fbd18c05 (patch) | |
tree | 55addd7cf3ae26822113eb6dfe0e2fea415168a6 | |
parent | af9c9bc72a64a1642daa5c944c879287abb40fc1 (diff) |
Ouch... recommend arc4random, not random.
spotted by tedu
-rw-r--r-- | lib/libc/stdlib/rand48.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index c105f85aa50..8b7c572fb47 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,9 +9,9 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $OpenBSD: rand48.3,v 1.13 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: rand48.3,v 1.14 2014/01/21 23:25:03 deraadt Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RAND48 3 .Os .Sh NAME @@ -156,7 +156,7 @@ always also set the multiplicand and addend for any of the six generator calls. .Pp For a more powerful random number generator, see -.Xr random 3 . +.Xr arc4random 3 . .Sh SEE ALSO .Xr arc4random 3 , .Xr rand 3 , |