Reply to Re: generate 2 random numbers in rapid sequence
Posted by fletch on 04/24/06 10:51
Well, don't seed based on time. Use getmypid() as part of the seeding.
Perhaps you could get the two processes aware of each other, or aware
of the last choice made.