./random-walk.pl -benchmark -dimensions=3 -steps=4 -show_all Starting Random Walk at 2015_10_06_17:30:46.322 Parameters are 3 dimensions (which has 6 directions) and 4 steps ... Step Direction D1 D2 D3 1 5 0 0 -1 2 2 1 0 -1 3 4 1 1 -1 4 5 1 1 -2 Coordinates stepped on are: 1-1-1-1 Never returned to orgin Frequency Coordinate 1 (1,1,-1) 1 (1,0,-1) 1 (1,1,-2) 1 (0,0,-1) Direction Frequency 1 0 2 1 3 0 4 1 5 2 6 0 Distance Frequency Cumulative 0 0 Never returned to orgin 1 1 10% 2 3 50% 3 4 100% For Random Walk of 3 dimensions and 4 steps, distance at which N percent of coordinates are contained 1 10% 2 50% 3 90% 3 100% Timing Data dumped at 2015_10_06_17:30:46.322 000_start : 0.000 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 101_end_of_program : 0.000 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 999_end : 0.000 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)