X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Frand%2Fnoise.cpp;h=e4ad3102e006795d3407b1576ceb4897fb35327f;hb=78dcbeb7a905c4c153cb1b20e23f5adc1efc6d7e;hp=664096dc36c5559bb87ae86021072cf2ee0779ab;hpb=41652fb3d73f12e6ae4ce7380244a75a4f5c6797;p=blank.git diff --git a/src/rand/noise.cpp b/src/rand/noise.cpp index 664096d..e4ad310 100644 --- a/src/rand/noise.cpp +++ b/src/rand/noise.cpp @@ -14,7 +14,7 @@ constexpr float one_sixth = 1.0f/6.0f; namespace blank { -SimplexNoise::SimplexNoise(unsigned int seed) noexcept +SimplexNoise::SimplexNoise(std::uint64_t seed) noexcept : grad({ { 1.0f, 1.0f, 0.0f }, { -1.0f, 1.0f, 0.0f },