xi = a1 * xi-1 + b1 mod 2n

yi = a2 * yi-1 + b2 mod 2n

pi = a3 * pi-1 + b3 mod 2n

qi = a4 * qi-1 + b4 mod 2n

Bi = 1 if xi > yi else 0

Ci = 1 if pi > qi else 0

Zi = Bi xor Ci

In this case what is the probability of P(z1z2z3...zm) ?

where m = 2n

Whether zi+1 is dependent on zi ? If dependent then how to find the probability of the Z sequence ?

Similar questions and discussions