mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
add TLS integration test for sync client
This commit is contained in:
@@ -167,7 +167,7 @@ pub const Random = struct {
|
||||
var seed: u64 = undefined;
|
||||
std.posix.getrandom(std.mem.asBytes(&seed)) catch unreachable;
|
||||
instance = std.Random.DefaultPrng.init(seed);
|
||||
instance = std.Random.DefaultPrng.init(0);
|
||||
// instance = std.Random.DefaultPrng.init(0);
|
||||
}
|
||||
return instance.?.random();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user