pub fn init(init_s: u64) Xoshiro256
pub fn init(init_s: u64) Xoshiro256 { var x = Xoshiro256{ .s = undefined, }; x.seed(init_s); return x; }