summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/random.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-07-05 19:54:19 +0000
committermillert <millert@openbsd.org>1998-07-05 19:54:19 +0000
commit3230a265e7cf00035b25c26f99e60e65a0e3667d (patch)
treeef6d2c0db49dd8a4292b913e14490b37f873110e /lib/libc/stdlib/random.3
parentreplace open + fstat with stat (diff)
downloadwireguard-openbsd-3230a265e7cf00035b25c26f99e60e65a0e3667d.tar.xz
wireguard-openbsd-3230a265e7cf00035b25c26f99e60e65a0e3667d.zip
add .Xr's for all the random functions in libc
Diffstat (limited to 'lib/libc/stdlib/random.3')
-rw-r--r--lib/libc/stdlib/random.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index b57dcd15e37..acfbd8cdeb9 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: random.3,v 1.5 1998/02/07 02:16:25 millert Exp $
+.\" $OpenBSD: random.3,v 1.6 1998/07/05 19:54:25 millert Exp $
.\"
.Dd April 19, 1991
.Dt RANDOM 3
@@ -162,6 +162,7 @@ is called with less than 8 bytes of state information, or if
detects that the state information has been garbled, error
messages are printed on the standard error output.
.Sh SEE ALSO
+.Xr arc4random 3 ,
.Xr drand48 3 ,
.Xr rand 3
.Sh STANDARDS