V
vivek7006
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
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