tiempo ahora sembrando al azar python

import random
import time
random.seed(time.time())
Tired Tern