zig
zig copied to clipboard
bugfix: when std.options.crypto_always_getrandom is set, use std.option.cryptoRandomSeed
Resolves https://github.com/ziglang/zig/issues/19943
I am trying to figure out how to write a test for this in-tree. Any guidance would be appreciated.
I don't think something like this necessarily needs a test.
I don't think something like this necessarily needs a test.
@Vexu Thank you for the review. I have switched the PR to open to test the changes in CI.