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