[Release] 2.0.0
Additions:
- Worley Noise
- Fast OpenSimplex Noise
- Super OpenSimplex Noise
Deprecations:
- OpenSimplex Noise (old algorithm)
Removals:
- Combined Noise (was simply not a good idea)
Changes:
- Improved codebase by reducing code complexity
- Added result classes to allow noise to have more information than just a double (e.g. WorleyNoise's closest point)