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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c223 * pointer. These two pointers are always rand_sep places aparts, as they
251 static int rand_sep = SEP_3; variable
261 * that are exactly rand_sep places apart. Lastly, it cycles the state
297 fptr = &state[rand_sep];
360 rand_sep = SEP_0;
364 rand_sep = SEP_1;
368 rand_sep = SEP_2;
372 rand_sep = SEP_3;
376 rand_sep = SEP_4;
435 rand_sep
[all...]

Completed in 21 milliseconds