Searched refs:iRand (Results 1 – 1 of 1) sorted by relevance
107 unsigned iRand; /* State of the PRNG */ member123 p->iRand = (p->iRand*69069 + 5); in testpcacheRandom()124 x = (x<<8) | ((p->iRand>>16)&0xff); in testpcacheRandom()152 p->iRand = testpcacheGlobal.prngSeed; in testpcacheCreate()