Function random [src]

Prototype

pub fn random(self: *Pcg) std.Random

Parameters

self: *Pcg

Source

pub fn random(self: *Pcg) std.Random { return std.Random.init(self, fill); }