diff options
Diffstat (limited to 'src/lib/libc/stdlib/random.3')
-rw-r--r-- | src/lib/libc/stdlib/random.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3 index b57dcd15e3..acfbd8cdeb 100644 --- a/src/lib/libc/stdlib/random.3 +++ b/src/lib/libc/stdlib/random.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: random.3,v 1.5 1998/02/07 02:16:25 millert Exp $ | 32 | .\" $OpenBSD: random.3,v 1.6 1998/07/05 19:54:25 millert Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd April 19, 1991 | 34 | .Dd April 19, 1991 |
35 | .Dt RANDOM 3 | 35 | .Dt RANDOM 3 |
@@ -162,6 +162,7 @@ is called with less than 8 bytes of state information, or if | |||
162 | detects that the state information has been garbled, error | 162 | detects that the state information has been garbled, error |
163 | messages are printed on the standard error output. | 163 | messages are printed on the standard error output. |
164 | .Sh SEE ALSO | 164 | .Sh SEE ALSO |
165 | .Xr arc4random 3 , | ||
165 | .Xr drand48 3 , | 166 | .Xr drand48 3 , |
166 | .Xr rand 3 | 167 | .Xr rand 3 |
167 | .Sh STANDARDS | 168 | .Sh STANDARDS |