mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +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!