I would like to check which of the two programs will stop:
P1() { X = 819688; while (X != 77) { X = (X*12367+3466) mod 4294967296; } } P2() {