- shapes = [sqr, crc, hrt, chs, lch],
- positions = [id, spn(5), spn(15)],
- draw = shapes[rnd(shapes.length)],
- pos = positions[rnd(positions.length)];
+ S = [sqr, crc, hrt, chs, lch],
+ P = [id, spn(5), spn(15)],
+ draw = S[r(S.length)],
+ pos = P[r(P.length)];