Your browser does not support the canvas tag.
Maria Lüdtke
int s=600;int h=1;void setup(){size(s,s);stroke(0);}void draw(){if(h<s){translate(random(s),random(s));rotate(h);line(0,-250,0,250);h++;}}
Source code: Crossing Lines