static Pt randomPointNearCenter(int w, int h) { ret Pt(random(iround(w*0.4), iround(w*0.6)), random(iround(h*0.4), iround(h*0.6))); }