size(300,300); background(0); fill(255,20); noStroke(); smooth(); float a = 0; while (a < 400) { a += random(10); bezier(0, a, 300-a, a, 300, 300-a, 300, a); }