static Pt randomPt() { ret randomPt(currentImage()->getWidth(), currentImage()->getHeight()); } static Pt randomPt(int w, int h) { ret new Pt(random(w), random(h)); }