Function random [src]

Prototype

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

Parameters

self: *Sfc64

Source

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