Searched refs:lrand48maxVal (Results 1 – 1 of 1) sorted by relevance
210 const uint32_t lrand48maxVal = ((uint32_t) 1 << 31) - 1; in testRandMod() local211 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod()