Temps Now Random Seed Python
import random
import time
random.seed(time.time())
Tired Tern
import random
import time
random.seed(time.time())