Lines Matching defs:time
103 None or no argument seeds from current time or from an operating
113 import time
114 a = long(time.time() * 256) # use fractional seconds
656 None or no argument seeds from current time or from an operating
671 import time
672 a = long(time.time() * 256) # use fractional seconds
762 # Initialize from current time
763 import time
764 t = long(time.time() * 256)
777 None or no argument seeds from current time. It is not guaranteed
834 import time
840 t0 = time.time()
847 t1 = time.time()
873 # Create one instance, seeded from current time, and export its methods