Lines Matching defs:MyRand
175 static float MyRand(void)
194 deviation = MyRand() / 2;
197 offsets[i][0] = MyRand();
198 offsets[i][1] = MyRand();
199 offsets[i][2] = MyRand();
200 angs[i] = 260.0 * MyRand();
201 rotAxis[i][0] = MyRand();
202 rotAxis[i][1] = MyRand();
203 rotAxis[i][2] = MyRand();
204 iters[i] = (deviation * MyRand() + 60.0);