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

/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c195 good_rand(uint32_t ctx) function
240 state[i] = good_rand(state[i - 1]);
428 state[0] = i = good_rand(i);

Completed in 40 milliseconds