mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Support transfer-encoding: chunked, fix async+tls integration
This commit is contained in:
@@ -167,8 +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