PUT ON TURBO MODE i probably am not spelling "Serpinski" correctly This is an algorithm that somehow generates a Serpinski triangle (a fractal). I dont know how this generates a fractal, but it does... this it what the code does: 1st - picks a random position inside the triangle 2nd - picks one of three verticies of the triangle 3rd - averages those two positions 4th - goes to that position 5th - draws a dot 6th - repeats steps 2-5 a lot of times (10,000+) anyway... to generate a serpinski triangle (not this way): first: draw an equilateral triangle. then, divide it into 4 smaller equilateral triangles. now, do the same thing with the 3 non-center triangles (basically the triangles that are not the center one) now repeat this with EVERY single triangle a few more times (a real fractal: infinite times) and then you have a serpinski triangle