I'm just looking over the code that I wrote here, and this seems wrong to me. Euclidean distance is defined in terms of Euclidean squared distance, instead of the other way around. I might be looking at this wrong, as it's been a long time since I wrote Julia, but a closer look by fresher eyes would be appreciated, now that I am no longer the maintainer.
https://github.com/lazarusA/CoherentNoise.jl/blob/3f7a145cc8bfdbd95a6e6aad9076cb73f3594e99/src/noise/worley_noise.jl#L55-L56
I'm just looking over the code that I wrote here, and this seems wrong to me. Euclidean distance is defined in terms of Euclidean squared distance, instead of the other way around. I might be looking at this wrong, as it's been a long time since I wrote Julia, but a closer look by fresher eyes would be appreciated, now that I am no longer the maintainer.