Search

Your search returned 3 results.

Basic Random Walk

A basic implementation of a (constrained) random walk in four directions, using a variable distance of 5 or 10 pixels.
View »

Random Walk Texture Generator

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.
View »

Snowflake System

A snowflake generator based on a random walk in polar coordinates (r, theta).
View »