diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 | 
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 | 
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/stdlib/random.3 | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/random.3')
| -rw-r--r-- | lib/libc/stdlib/random.3 | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index a17c1b73742a..4121c8322af6 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -46,7 +46,7 @@  .Lb libc  .Sh SYNOPSIS  .Fd #include <stdlib.h> -.Ft long  +.Ft long  .Fn random void  .Ft void  .Fn srandom "unsigned long seed" @@ -70,7 +70,7 @@ The period of this random number generator is very large, approximately  .if n 16*((2**31)\(mi1).  .Pp  The -.Fn random  +.Fn random  and  .Fn srandom  functions have (almost) the same calling sequence and initialization properties as the @@ -94,7 +94,7 @@ Like  will by default produce a sequence of numbers that can be duplicated  by calling  .Fn srandom -with  +with  .Ql 1  as the seed.  .Pp @@ -179,7 +179,7 @@ messages are printed on the standard error output.  .Xr random 4  .Sh HISTORY  These -functions appeared in  +functions appeared in  .Bx 4.2 .  .Sh BUGS  About 2/3 the speed of  | 
