Buddhabrot
The Buddhabrot is closely related to the Mandelbrot Set, a point in the set represents the probability of the trajectory of the Mandelbrot function to hit.
The easiest method to render the Buddhabrot is to randomly sample points and check if they escape towards infinity for a finite number of steps (using a set maximum number). If they do escap...