User Portlet User Portlet

Discussions
I am trying to create a 2 dimensional random walk that has an equal chance to do up, down, right, or left with a do loop and which statement, but I am not sure I have the correct coding. M = Table[0, {1000}, {2}]; Do[x =...