Warning: session_start(): open(/var/lib/php/sessions/sess_kt4lfmsu7boittagbf9h9qmmqq, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static > A varyBackgroundPlusPolys(A s, int w, int h) {
s = cloneThroughStructure(s);
if (oneIn(10))
s.background = varyColor(s.background);
else if (tossCoin())
replaceRandomElement(s.things, randomPolyWithColor(w, h, l(first(s.things).points)));
else
varyPolyWithColor(random(s.things), w, h);
ret s;
}