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