Sfc64 pseudo-random number generator from Practically Random. Fastest engine of pracrand and smallest footprint. See http://pracrand.sourceforge.net/

Fields

a: u64 = undefined,
b: u64 = undefined,
c: u64 = undefined,
counter: u64 = undefined,

Functions

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

No documentation provided.

fn init(init_s: u64) Sfc64

No documentation provided.

fn random(self: *Sfc64) Random

No documentation provided.