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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c249 static int rand_type = TYPE_3; variable
271 if (rand_type == TYPE_0)
350 if (rand_type == TYPE_0)
351 state[-1] = rand_type;
353 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
358 rand_type = TYPE_0;
362 rand_type = TYPE_1;
366 rand_type = TYPE_2;
370 rand_type = TYPE_3;
374 rand_type
[all...]

Completed in 22 milliseconds