Searched refs:IncreaseSeed (Results 1 – 1 of 1) sorted by relevance
93 static uint32_t IncreaseSeed(uint32_t* seed) { in IncreaseSeed() function99 return (int16_t)(IncreaseSeed(seed) >> 16); in WebRtcSpl_RandU()103 return kRandNTable[IncreaseSeed(seed) >> 23]; in WebRtcSpl_RandN()