Minh T. Nguyen's SierpinskiFractal 1.1

The Sierpinski fractal (the triangle of triangles) can be constructed by repeatedly
choosing a random midpoint between a current point and one of the three pre-set
points. At each iteration the newly chosen midpoint becomes the new current point.
This small program uses this famous algorithm to draw the Sierpinski triangle.