Constant random [src]

Alias for std.crypto.tlcsprng.interface

We use this as a layer of indirection because global const pointers cannot point to thread-local variables.

Type

std.Random

Source

pub const interface: std.Random = .{ .ptr = undefined, .fillFn = tlsCsprngFill, }