1. Random Walk in Color

    Here's a computer generated image of a random walk with changing colors. Starting from a random position, each next step moves the current point to a randomly chosen direction. Also with every step the current drawing color is adjusted. Combine a number of such walks and this is result:

    I made a page where you can generate your own images and adjust the configuration settings of the image generator.

    The script to generate such images is open source and available on GitHub.