--- cci/usr/src/man/man3/random.3 2019/07/28 12:24:19 1.1 +++ cci/usr/src/man/man3/random.3 2019/07/28 12:26:59 1.1.1.2 @@ -22,8 +22,8 @@ random, srandom, initstate, setstate \- .I Random uses a non-linear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random -numbers in the range from 0 to 2\u\s731\s10\d\-1. The period of this -random number generator is very large, approximately 16*(2\u\s731\s10\d\-1). +numbers in the range from 0 to 2**31-1. The period of this +random number generator is very large, approximately 16*(2**31-1). .PP .I Random/srandom have (almost) the same calling sequence and initialization properties as @@ -96,7 +96,7 @@ is that the size of the state array does it is initialized. .PP With 256 bytes of state information, the period of the random number -generator is greater than 2\u\s769\s10\d, which should be sufficient for +generator is greater than 2**69, which should be sufficient for most purposes. .SH AUTHOR Earl T. Cohen