Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c213 static inline long good_rand (long);
216 good_rand ( in good_rand() function
271 state[i] = good_rand(state[i - 1]); in ntp_srandom()
480 state[0] = i = (good_rand(i)) & 0x7fffffff; in ntp_random()