Lines Matching full:random
32 .Nm random ,
43 .Fn random void
55 Applications which require unpredictable random numbers should use
61 .Fn random
63 uses a non-linear additive feedback random number generator employing a
64 default table of size 31 long integers to return successive pseudo-random
68 The period of this random number generator is very large, approximately
73 .Fn random
77 .Fn random
87 .Fn random
94 routine initializes the state array using random numbers obtained from the
106 .Fn random
115 to decide how sophisticated a random number generator it should use \(em the
116 more state, the better the random numbers will be.
133 .Fn random
153 With 256 bytes of state information, the period of the random number
169 .Xr random 4