fn srand(seed: c_uint) callconv(.c) void
fn srand(seed: c_uint) callconv(.c) void { rand_state = .init(seed); }