mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +00:00
The PCG32 fill function seems to have been copy-pasted from code using u64, so requesting `n` bytes where `(n & 7) > 4` bytes would cause the last few bytes to be all 0.