Home | History | Annotate | Download | only in stdlib

Lines Matching refs:rand_sep

223  * pointer.  These two pointers are always rand_sep places aparts, as they
251 static int rand_sep = SEP_3;
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 = seps[type];
444 fptr = &state[(rear + rand_sep) % rand_deg];