Browse Source

document largest possible value; netbsd pr#2338; from banshee@gabriella.resort.com

OPENBSD_2_0
deraadt 28 years ago
parent
commit
3cd33e2f7e
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      src/lib/libc/stdlib/random.3

+ 7
- 1
src/lib/libc/stdlib/random.3 View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)random.3 6.5 (Berkeley) 4/19/91
.\" $Id: random.3,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $
.\" $Id: random.3,v 1.2 1996/05/04 11:57:28 deraadt Exp $
.\"
.Dd April 19, 1991
.Dt RANDOM 3
@ -60,6 +60,12 @@ default table of size 31 long integers to return successive pseudo-random
numbers in the range from 0 to
.if t 2\u\s731\s10\d\(mi1.
.if n (2**31)\(mi1.
The maximum value returned by
.Fn random
is
.Dv LONG_MAX
(as defined by the header file
.Aq Pa limits.h ) .
The period of this random number generator is very large, approximately
.if t 16\(mu(2\u\s731\s10\d\(mi1).
.if n 16*((2**31)\(mi1).


Loading…
Cancel
Save