atcrandom_uniform
if (atcrandom_uniform(sp->newplane_time) == 0)
p.plane_type = atcrandom_uniform(2);
rnd = atcrandom_uniform(num_starts);
while ((rnd2 = atcrandom_uniform(num_starts)) == rnd)