Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
Drandom.c251 static int rand_sep = SEP_3; variable
297 fptr = &state[rand_sep]; in srandom_unlocked()
360 rand_sep = SEP_0; in initstate()
364 rand_sep = SEP_1; in initstate()
368 rand_sep = SEP_2; in initstate()
372 rand_sep = SEP_3; in initstate()
376 rand_sep = SEP_4; in initstate()
435 rand_sep = seps[type]; in setstate()
444 fptr = &state[(rear + rand_sep) % rand_deg]; in setstate()