Lines Matching refs:Random
49 Random(void)
61 Boxes[i].tx = -1.0 + 2.0 * Random();
62 Boxes[i].ty = -1.0 + 2.0 * Random();
63 Boxes[i].tz = -1.0 + 2.0 * Random();
64 Boxes[i].sx = 0.1 + Random() * 0.4;
65 Boxes[i].sy = 0.1 + Random() * 0.4;
66 Boxes[i].sz = 0.1 + Random() * 0.4;
67 Boxes[i].rx = Random();
68 Boxes[i].ry = Random();
69 Boxes[i].rz = Random();
70 Boxes[i].ra = Random() * 360.0;
71 Boxes[i].color[0] = Random();
72 Boxes[i].color[1] = Random();
73 Boxes[i].color[2] = Random();