Search
Your search returned 3 results.
Posted on Dec 26th, 2007
A basic implementation of a (constrained) random walk in four directions, using a variable distance of 5 or 10 pixels.
Posted on Dec 27th, 2007
Another random walk applet, this time using color intensities to represent the number of times each location has been visited in the walk. In every frame, ten locations are visited using the random walk algorithm in four directions.
Posted on May 16th, 2008
A snowflake generator based on a random walk in polar coordinates (r, theta).