Searched refs:ulNextRand (Results 1 – 1 of 1) sorted by relevance
106 static UBaseType_t ulNextRand; variable239 ulNextRand = ( ulMultiplier * ulNextRand ) + ulIncrement; in uxRand()240 return( ( int ) ( ulNextRand ) & 0x7fffUL ); in uxRand()