Reimplement --securerandom

Seeds should be reproducable without the flag passed, and unreproducable with the flag passed.
With --securerandom, generate a 9-char alphanumeric string to use to make filenames differ.
This commit is contained in:
2021-06-29 10:36:53 -07:00
parent 11dcc719fb
commit 3896066193
16 changed files with 23 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ import argparse
import hashlib
import logging
import os
import random
import RaceRandom as random
import time
import sys