Why is the prime number needed, what are the effects referenced in this comment?
Thank you
// use a prime number of iterations to avoid aliasing effects
for (var w = 0; w < 97; w++) {
execute();
}
|
// use a prime number of iterations to avoid aliasing effects |