Searched refs:pseudoRandom (Results 1 – 2 of 2) sorted by relevance
85 int32_t pseudoRandom = ((149 * codewordPosition) % 255) + 1; in randomize255State() local86 int32_t tempVariable = ch + pseudoRandom; in randomize255State()
319 int32_t pseudoRandom = ((149 * codewordPosition) % 253) + 1; in randomize253State() local320 int32_t tempVariable = ch + pseudoRandom; in randomize253State()