- shapes = [square, circle, heart, chaos, lineChaos],
- positions = [identity, spin(5), spin(15)],
- draw = shapes[rand(shapes.length)],
- position = positions[rand(positions.length)];
+ S = [sqr, crc, hrt, chs, lch],
+ P = [id, spn(5), spn(15)],
+ draw = S[r(S.length)],
+ pos = P[r(P.length)];