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

/ast/src/lib/libast/uwin/
H A Drandom.c196 static int rand_type = TYPE_3; variable
214 if (rand_type != TYPE_0)
242 if (rand_type == TYPE_0)
243 state[-1] = rand_type;
245 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
253 rand_type = TYPE_0;
259 rand_type = TYPE_1;
265 rand_type = TYPE_2;
271 rand_type = TYPE_3;
277 rand_type
[all...]

Completed in 7 milliseconds