fn lrand48() callconv(.c) c_long
fn lrand48() callconv(.c) c_long { return @intCast(lcg.next() >> 17); }