Searched refs:pseudoRandom (Results 1 – 3 of 3) sorted by relevance
203 unsigned int pseudoRandom = 1u; in initTextures() local206 pseudoRandom = pseudoRandom * 1664525u + 1013904223u; in initTextures()207 randomTextureData[i] = pseudoRandom; in initTextures()
33 int32_t pseudoRandom = ((149 * position) % 255) + 1; in Randomize255State() local34 int32_t tempVariable = ch + pseudoRandom; in Randomize255State()
62 int32_t pseudoRandom = ((149 * codewordPosition) % 253) + 1; in Randomize253State() local63 int32_t tempVariable = ch + pseudoRandom; in Randomize253State()