random
This is a thread-local, cryptographically secure pseudo random number generator.
Source
Implementation
pub const interface: std.Random = .{
.ptr = undefined,
.fillFn = tlsCsprngFill,
}This is a thread-local, cryptographically secure pseudo random number generator.
Source
pub const interface: std.Random = .{
.ptr = undefined,
.fillFn = tlsCsprngFill,
}