void setup (){ size (600,600); background(255); smooth(); noLoop(); frameRate(60); } void draw (){ int s = int(random(3,15)); println(s); for (int x=0; x