from random import Random import time g = Random() h = Random() while 1: g.seed() h.seed() #if abs(h.random()- g.random()) != 0.0: print abs(h.random()- g.random()), time.asctime(time.localtime())