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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to