Searched refs:rand_type (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c157 unsigned int rand_type, rand_deg, rand_sep; member in struct:_randomjunk
240 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
242 (unsigned int)(MAX_TYPES*(rp->rptr - rp->state) + rp->rand_type);
247 rp->rand_type = TYPE_0;
252 rp->rand_type = TYPE_1;
257 rp->rand_type = TYPE_2;
262 rp->rand_type = TYPE_3;
266 rp->rand_type = TYPE_4;
278 if (rp->rand_type
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h68 int rand_type; /* Type of random number generator. */

Completed in 22 milliseconds