diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-05 19:54:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-05 19:54:26 +0000 |
commit | 5ed57833458d14ccc5cdd6a0af13df18e860705c (patch) | |
tree | efe8fd88da0072ac374894601b47e20e5f6ec91f /lib/libc/stdlib/rand.3 | |
parent | 42ca1e63e305a361287e274da05958a46cfa0788 (diff) |
add .Xr's for all the random functions in libc
Diffstat (limited to 'lib/libc/stdlib/rand.3')
-rw-r--r-- | lib/libc/stdlib/rand.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 0236a30118b..32d32761f19 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.3 1998/04/28 07:36:49 deraadt Exp $ +.\" $OpenBSD: rand.3,v 1.4 1998/07/05 19:54:22 millert Exp $ .\" .Dd June 29, 1991 .Dt RAND 3 @@ -74,6 +74,8 @@ with the same seed value. If no seed value is provided, the functions are automatically seeded with a value of 1. .Sh SEE ALSO +.Xr arc4random 3 , +.Xr rand48 3 , .Xr random 3 .Sh STANDARDS The |