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

/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c163 * pointer. These two pointers are always rand_sep places aparts, as they
191 static int rand_sep = SEP_3; variable
225 * that are exactly rand_sep places apart. Lastly, it cycles the state
241 fptr = &state[rand_sep];
286 fptr = &state[rand_sep];
330 rand_sep = SEP_0;
334 rand_sep = SEP_1;
338 rand_sep = SEP_2;
342 rand_sep = SEP_3;
346 rand_sep
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c158 that are exactly rand_sep places apart. Lastly, it cycles the state
204 buf->fptr = &state[buf->rand_sep];
267 buf->rand_sep = separation;
326 buf->rand_sep = separation = random_poly_info.seps[type];
H A Dstdlib.h453 int rand_sep; /* Distance between front and rear. */ member in struct:random_data
/haiku/headers/posix/
H A Dstdlib.h30 int rand_sep; member in struct:random_data

Completed in 49 milliseconds