You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: CLI.py
+1-2
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,12 @@
34
34
parser.add_argument("rom", type=str)
35
35
parser.add_argument("--no-extend", default=False, help="disable auto-extend of ROM, which might fail on some systems", action="store_true")
36
36
parser.add_argument("--out", type=str, help="target of randomized rom")
37
-
parser.add_argument("--seed", type=int, default=round(time.time() *256*1000), help="define a custom seed to have the same experience as someone else")
37
+
#parser.add_argument("--seed", type=int, default=round(time.time() * 256 * 1000), help="define a custom seed to have the same experience as someone else")
0 commit comments