mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
Instead of hardcoding a call to defaultRandomSeed() use the customizable std.options.cryptoRandomSeed() like in the rest of the function. Closes #19943.