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