Ejemplo n.º 1
0
        uint _deviceId()
        {
            Random random_ = new Random();
            uint   offset_ = (uint)random_.Next(0, 0x400);

            return(HashString._runHash(@"account", offset_));
        }