15 Apr
2006
15 Apr
'06
1:17 a.m.
Mike Stay inquires: << How do you select two integers independently at random? To pick one integer at random, just consider a dense subgroup of the circle C = R/Z -- say G = {n*sqrt(2) mod 1 : n is in Z} -- and consider the cosets C/G. Let W be a subset of C containing exactly one representative of each coset. Then C is the disjoint union of the countably many translates of W of the form T_k = k + W, for k in Z. Finally, pick a point at random from C. It belongs to exactly one T_k, and then k is your random integer. Pick another point independently from C in the same way to get two independent random integers. --Dan