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