PCG32 - http://www.pcg-random.org/

PRNG

Fields

s: u64,
i: u64,

Functions

fn fill(self: *Pcg, buf: []u8) void

No documentation provided.

fn init(init_s: u64) Pcg

No documentation provided.

fn random(self: *Pcg) Random

No documentation provided.