Searched refs:good_rand (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c213 static inline long good_rand (long);
216 good_rand ( function
271 state[i] = good_rand(state[i - 1]);
480 state[0] = i = (good_rand(i)) & 0x7fffffff;
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c203 good_rand(uint32_t ctx) function
248 state[i] = good_rand(state[i - 1]);
426 state[0] = i = good_rand(i);

Completed in 158 milliseconds