Jared Tarbell has a simple algorithm called SUBSTRATE that creates quite lovely images. The algorithm itself is simple:
- draw some lines
- choose some random points on those lines
- draw lines perpendicular to the lines you drew
When iterated, the algorithm produces an output similar to the pattern below. You can make your own HERE.