static BufferedImage randomImage(int w, int h default w) { ret imageFromFunction(w, h, (x, y) -> random(0x1000000) | fullAlphaMask()); }