Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_test_subr.c23 static long (*_random_func)(void); variable
81 _random_func = rndfunc; in npf_test_init()
277 return (uint32_t)(_random_func ? _random_func() : random()); in cprng_fast32()