import random def generate_token(length=6): return random.SystemRandom().randint(0, (10**length)-1)