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

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c222 static inline long good_rand P((long));
225 good_rand ( function
280 state[i] = good_rand(state[i - 1]);
466 state[0] = i = (good_rand(i)) & 0x7fffffff;
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c219 good_rand(int32_t x) function
273 state[i] = good_rand(state[i - 1]);
463 state[0] = i = (good_rand(i)) & 0x7fffffff;

Completed in 114 milliseconds