random seed

vivek7006 at gmail.com vivek7006 at gmail.com
Tue Aug 16 14:10:43 EDT 2005


By default, randomm  module uses the timestamp to generate the seed
value. Is it possible to know what that seed value is?

import random
random.random()
# How do I print the current value of the seed?


Thanks
Vivek




More information about the Python-list mailing list