Banner

Tag : fractal

IFS In Haskell

Posted by alpheccar - Mar 18 2007 at12:45 CEST

This weekend, I wanted to do some experimentations with random number generations and arrays in Haskell. So, I decided to build a small Iterated Function System (IFS) library because it is a quite standard stuff, easy and which can generate some cool pictures. And, it needs random number generation, array and speed.