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