fn rand() callconv(.c) c_int
fn rand() callconv(.c) c_int { return @as(u31, @truncate(rand_state.next() >> 33)); }