implement secrets.SystemRandom() for --race

This commit is contained in:
Fabian Dill
2020-07-14 07:01:51 +02:00
parent 59a71dbb05
commit 93ecf5988b
11 changed files with 312 additions and 250 deletions

View File

@@ -3,7 +3,6 @@ import argparse
import copy
import os
import logging
import random
import textwrap
import shlex
import sys