会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
种一棵树的最佳时间是十年前,其次是现在
博客园
首页
新随笔
联系
管理
订阅
2017年7月6日
c#.net利用RNGCryptoServiceProvider产生任意范围强随机数的办法
摘要: //这样产生0 ~ 100的强随机数(含100)int max = 100;int rnd = int.MinValue;decimal _base = (decimal)long.MaxValue;byte[] rndSeries = new byte[8];System.Security.Cry
阅读全文
posted @ 2017-07-06 15:04 #天行健#
阅读(2973)
评论(1)
推荐(0)
编辑
公告