Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/
H A Drnd.c23 uint64_t randn(uint64_t n) in randn() function
42 return a + randn(b - a + 1); in randint()
67 r = randn(i); in shuffle2()
92 if (randn(n--) < k) in choose()
100 p[i] = randn(n); in choose()
131 while (insert(tab, len, randn(n)+1)); in choose()
194 p[i] = a + randn(t); in sample()
/third_party/optimized-routines/math/test/
H A Dulp.c85 randn (uint64_t n) in randn() function
162 g->off += g->step + randn (g->step / 2); in next1()
172 uint64_t r = g->start + randn (g->len); in next2()
173 *x2 = g->start2 + randn (g->len2); in next2()

Completed in 3 milliseconds