Lines Matching refs:rand_sep
190 pointer. These two pointers are always rand_sep places aparts, as they
218 static int rand_sep = SEP_3;
227 that are exactly rand_sep places apart. Lastly, it cycles the state
240 fptr = &state[rand_sep];
277 rand_sep = SEP_0;
283 rand_sep = SEP_1;
289 rand_sep = SEP_2;
295 rand_sep = SEP_3;
301 rand_sep = SEP_4;
348 rand_sep = seps[type];
360 fptr = &state[(rear + rand_sep) % rand_deg];