Add CSPRNG option: --securerandom

This commit is contained in:
Kevin Cathcart
2020-06-26 20:12:30 -04:00
parent 90d1353ae6
commit 4ad31d641b
11 changed files with 62 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import random
import RaceRandom as random
# ToDo: With shuffle_ganon option, prevent gtower from linking to an exit only location through a 2 entrance cave.
from collections import defaultdict