Lines Matching +full:no +full:- +full:seed
10 .\" This software is provided ``as is'', and comes with no warranties
11 .\" of any kind. I shall in no event be liable for anything that happens
27 .Nd pseudo-random number generators and initialization routines
45 .Fn srand48 "long seed"
53 family of functions generates pseudo-random numbers using a linear
61 r(n) is called the seed of the random number generator.
77 return values of type long in the range [0, 2**31-1].
78 The high-order (31) bits of r(n+1) are loaded into the lower bits
84 return values of type long in the range [-2**31, 2**31-1].
85 The high-order (32) bits of r(n+1) are loaded into the returned value.
100 use a user-supplied buffer to store the seed r(n), which consists
112 such that the 32 bits of the seed value are copied into the upper 32 bits
123 but here all 48 bits of the seed can be specified in an array of 3 unsigned shorts,
128 returns a pointer to an array of 3 unsigned shorts which contains the old seed.
143 and the seed used in
149 used to initialize the seed; the second three are used to initialize the