mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 01:03:13 +00:00
Ziggurat rng was using deprecated `random.scalar(u64)` which was causing compile errors on calls to public facing stdlib APIs (randExp) on 0.6+, this fixed those errors.