HomeSort by relevance Sort by last modified time
    Searched defs:testRand (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/lib/testUtil/
testUtil.c 182 uint32_t testRand(void)
209 // number of random bits, otherwise use testRand().
211 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_univ.py 19 def testRand(self): assert 0 & univ.Integer(1) == 0, '__rand__() fails'

Completed in 1459 milliseconds