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
Simulating a random walk to find the number of die rolls (each result corresponding to an instruction) it would take to reach a given step of an infinite staircase.
Simulating a random walk to find the number of die rolls (each result corresponding to an instruction) it would take to reach a given step of an infinite staircase.
Can accept a target step as a command-line argument, or will default to 60.
About
Simulating a random walk to find the number of die rolls (each result corresponding to an instruction) it would take to reach a given step of an infinite staircase.