static L randomPoints(int n, int w, int h) { ret repF(n, -> randomPoint(w, h)); }