it would be good to figure out if calling rand for each satellite individually is really the best approach, or if pre-allocating however many random numbers are needed is better. of course the latter approach would increase memory requirements to some extent, so even if pre-allocated rands results in faster performance it'd probably need to be possible to turn that on/off.
it would be good to figure out if calling
randfor each satellite individually is really the best approach, or if pre-allocating however many random numbers are needed is better. of course the latter approach would increase memory requirements to some extent, so even if pre-allocated rands results in faster performance it'd probably need to be possible to turn that on/off.