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

/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c96 #define TYPE_0 0 /* linear congruential */ macro
240 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
247 rp->rand_type = TYPE_0;
278 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
315 if (rp->rand_type == TYPE_0) rp->state[ -1 ] = rp->rand_type;
320 case TYPE_0:
334 if (rp->rand_type != TYPE_0) {
346 * If we are using the trivial TYPE_0 R.N.G., just do the old linear
367 if (rp->rand_type == TYPE_0) {
403 if (rp->rand_type == TYPE_0) {
[all...]

Completed in 21 milliseconds