PCG32 - http://www.pcg-random.org/
PRNG
s: u64,
i: u64,
fn fill(self: *Pcg, buf: []u8) void
No documentation provided.
fn init(init_s: u64) Pcg
fn random(self: *Pcg) Random