Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/libntp/
Dntp_random.c215 static inline long good_rand (long);
218 good_rand ( in good_rand() function
273 state[i] = good_rand(state[i - 1]); in ntp_srandom()
482 state[0] = i = (good_rand(i)) & 0x7fffffff; in ntp_random()