Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/common/
Drand.c40 uint64_t t_randn(uint64_t n) in t_randn() function
56 return a + t_randn(n); in t_randint()
67 r = t_randn(nq+np--); in shuffle2()
121 if (t_randn(n--) < k) in t_choose()
129 p[i] = t_randn(n); in t_choose()
162 while (insert(tab, len, t_randn(n)+1)); in t_choose()
Dtest.h19 uint64_t t_randn(uint64_t n);
/third_party/musl/libc-test/src/functional/
Dqsort.c96 r += t_randn(20); in uint64_gen()