You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimized prime finding utility methods to allow for more efficient generation of noise functions to be utilized in Perlin Noise. This reduces the average runtime of FalloffPerlinNoiseTest from ~21s to ~6s.