随机数
byte[] data = new byte[4];
System.Security.Cryptography.RandomNumberGenerator.Create().GetNonZeroBytes(data);
uint uRan = BitConverter.ToUInt32(data, 0).ToString();
byte[] data = new byte[4];
System.Security.Cryptography.RandomNumberGenerator.Create().GetNonZeroBytes(data);
uint uRan = BitConverter.ToUInt32(data, 0).ToString();