Reputeless / PerlinNoise

Header-only Perlin noise library for modern C++ (C++17/C++20)
MIT License
673 stars 77 forks source link

Standard library generators have non-reproducible output. #16

Closed triplejam closed 1 month ago

triplejam commented 1 month ago

Should make compatible with a simple pcg generator to have consistent results. Better for procedural generation.

triplejam commented 1 month ago

Nevermind, I see I could write a wrapper easily.