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