uint _deviceId() { Random random_ = new Random(); uint offset_ = (uint)random_.Next(0, 0x400); return(HashString._runHash(@"account", offset_)); }