Skip to content

Commit ce69570

Browse files
committed
Updated config.py
1 parent 555a6eb commit ce69570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"num_prisoners": 100,
88
"total_box_checks": 50,
99
"num_simulations": 10000,
10-
"seed": 11 # Set to an integer for reproducible results or None for random seed
10+
"seed": None # Set to an integer for reproducible results or None for random seed
1111
}
1212

1313
def getConfig():

0 commit comments

Comments
 (0)