Searched refs:randshape (Results 1 – 2 of 2) sorted by relevance
219 nextshape = randshape(); in main()220 curshape = randshape(); in main()251 nextshape = randshape(); in main()
133 #define randshape() (&shapes[arc4random_uniform(7)]) macro