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