Lines Matching defs:rand_sep
170 pointer. These two pointers are always rand_sep places aparts, as they
198 static int rand_sep = SEP_3;
207 that are exactly rand_sep places apart. Lastly, it cycles the state
219 fptr = &state[rand_sep];
255 rand_sep = SEP_0;
261 rand_sep = SEP_1;
267 rand_sep = SEP_2;
273 rand_sep = SEP_3;
279 rand_sep = SEP_4;
324 rand_sep = seps[type];
336 fptr = &state[(rear + rand_sep) % rand_deg];