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);
} pub fn random(self: *Sfc64) std.Random self: *Sfc64 pub fn random(self: *Sfc64) std.Random {
return std.Random.init(self, fill);
}