mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 09:03:21 +00:00
If the noise parameter was null, we didn't use any noise at all. We unconditionally generated random noise (`noise2`) but didn't use it. Spotted by @cryptocode, thanks!