发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
byte[] data = new byte[4];
System.Security.Cryptography.RandomNumberGenerator.Create().GetNonZeroBytes(data);
uint uRan = BitConverter.ToUInt32(data, 0).ToString();
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。