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