会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Bruce
人丑还是多读书
博客园
首页
新随笔
联系
管理
2015年4月3日
给定范围内产生N个不同的随机数
摘要: void RandNumbs(int nLimts, int result[], int n)//给定范围内产生n个不同随机数(1 nLimts),并存储到result中 { int nNum = 0; int temp = new int[nLimts]; for (int i = 0; i
阅读全文
posted @ 2015-04-03 11:32 阿木木在发呆
阅读(221)
评论(0)
推荐(0)
编辑
公告