mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-08 08:34:24 -04:00
e0ba8b8ae5
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.