Your browser does not support the canvas tag.
Henrik Waffner
size(600,600);background(255);noFill();for(int i=0;i<200;i++){beginShape();for(int u=0;u<200;u++){vertex(u*3,i*3+random(10));}endShape();}
Source code: Waves