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