Searched defs:testRand (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/lib/testUtil/
H A DtestUtil.c181 uint32_t testRand(void) function
208 // number of random bits, otherwise use testRand().
210 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand();

Completed in 70 milliseconds