Searched refs:ulIncrement (Results 1 – 1 of 1) sorted by relevance
223 const uint32_t ulMultiplier = 0x015a4e35UL, ulIncrement = 1UL; in uxRand() local227 ulNextRand = ( ulMultiplier * ulNextRand ) + ulIncrement; in uxRand()