static BackgroundPlusBoxes randomBackgroundPlusBoxes(int w, int h) { ret BackgroundPlusBoxes(randomColor(), produceN(func { randomBoxWithColor(w, h) }, boxes)); }