We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555a6eb commit ce69570Copy full SHA for ce69570
config.py
@@ -7,7 +7,7 @@
7
"num_prisoners": 100,
8
"total_box_checks": 50,
9
"num_simulations": 10000,
10
- "seed": 11 # Set to an integer for reproducible results or None for random seed
+ "seed": None # Set to an integer for reproducible results or None for random seed
11
}
12
13
def getConfig():
0 commit comments