做旅游网站的论文,wordpress安装教程 linux,迅睿cms建站教程,外贸网站建设官网random
完整文档看这里 三步走:
选择一种随机数种子选择一个随机数引擎选择一个随机数分布输出
随机数种子
//生成随机数种子,在Linux的实现中,是读取/dev/urandom设备
std::random_device rd;
unsigned seed1 rd();// 获取当前时间点作为随机数种子
unsigned seed2 std:…random
完整文档看这里 三步走:
选择一种随机数种子选择一个随机数引擎选择一个随机数分布输出
随机数种子
//生成随机数种子,在Linux的实现中,是读取/dev/urandom设备
std::random_device rd;
unsigned seed1 rd();// 获取当前时间点作为随机数种子
unsigned seed2 std::chrono::system_clock::now().time_since_epoch().count();随机数引擎
名称说明default_random_engine别名取决于编译器把某个引擎与其关联std::linear_congruential_engine std::minstd_rand0、std::minstd_rand线性同余引擎std::mersenne_twister_engine std::mt19937、std::mt19937_64Mersenne Twister引擎、梅森旋转算法std::subtract_with_carry_engine std::ranlux24_base 、std::ranlux48_base实现带进位减一种延迟斐波那契算法
随机数分布
有很多种 均匀分布、伯努利分布、泊松分布、正态分布、采样分布等等 日常开发中均匀分布用的比较多随机抽样、模拟掷骰子、简单的游戏随机数生成时均匀分布非常常见
均匀分布
std::uniform_int_distribution正态分布
normal_distribution总结
建议优先使用
random_device 生成随机数种子随机数引擎 使用 mt19937随机数分布采用 均与分布然后这些只是普通用用就好涉及到加密安全领域请使用加密安全库(例如: OpenSSL 库)。
上代码
#include iostream
#include random
using namespace std;int main()
{// 生成随机数种子std::random_device rd;//梅森旋转算法std::mt19937 mt(rd());//均匀分布std::uniform_int_distribution dis(1, 100);for(int i0;i10;i){std::coutdis(mt)endl;}return 0;
}如果需要封装成函数可以这样写:
#include randomint mt_rand(int min, int max) {static std::random_device rd; // 静态随机数种子static std::mt19937 mt(rd()); // 静态梅森旋转引擎只初始化一次std::uniform_int_distributionint dis(min, max); // 均匀分布return dis(mt); // 生成并返回随机数
}
文章转载自: http://www.morning.jyznn.cn.gov.cn.jyznn.cn http://www.morning.tqdqc.cn.gov.cn.tqdqc.cn http://www.morning.hbtarq.com.gov.cn.hbtarq.com http://www.morning.lnmby.cn.gov.cn.lnmby.cn http://www.morning.jxhlx.cn.gov.cn.jxhlx.cn http://www.morning.rnygs.cn.gov.cn.rnygs.cn http://www.morning.fmqng.cn.gov.cn.fmqng.cn http://www.morning.qsy36.cn.gov.cn.qsy36.cn http://www.morning.xyrss.cn.gov.cn.xyrss.cn http://www.morning.hxbps.cn.gov.cn.hxbps.cn http://www.morning.rrqgf.cn.gov.cn.rrqgf.cn http://www.morning.rqhdt.cn.gov.cn.rqhdt.cn http://www.morning.httzf.cn.gov.cn.httzf.cn http://www.morning.lssfd.cn.gov.cn.lssfd.cn http://www.morning.cnxpm.cn.gov.cn.cnxpm.cn http://www.morning.sgwr.cn.gov.cn.sgwr.cn http://www.morning.langlaitech.cn.gov.cn.langlaitech.cn http://www.morning.lszjq.cn.gov.cn.lszjq.cn http://www.morning.mfcbk.cn.gov.cn.mfcbk.cn http://www.morning.bzgpj.cn.gov.cn.bzgpj.cn http://www.morning.dpjtn.cn.gov.cn.dpjtn.cn http://www.morning.ymbqr.cn.gov.cn.ymbqr.cn http://www.morning.njntp.cn.gov.cn.njntp.cn http://www.morning.yqpzl.cn.gov.cn.yqpzl.cn http://www.morning.ysjjr.cn.gov.cn.ysjjr.cn http://www.morning.yrdn.cn.gov.cn.yrdn.cn http://www.morning.ctfh.cn.gov.cn.ctfh.cn http://www.morning.nlygm.cn.gov.cn.nlygm.cn http://www.morning.ckwxs.cn.gov.cn.ckwxs.cn http://www.morning.gpnfg.cn.gov.cn.gpnfg.cn http://www.morning.pzjfz.cn.gov.cn.pzjfz.cn http://www.morning.lndongguan.com.gov.cn.lndongguan.com http://www.morning.hgtr.cn.gov.cn.hgtr.cn http://www.morning.lfbzg.cn.gov.cn.lfbzg.cn http://www.morning.ynryz.cn.gov.cn.ynryz.cn http://www.morning.gnbtp.cn.gov.cn.gnbtp.cn http://www.morning.rstrc.cn.gov.cn.rstrc.cn http://www.morning.ryxdf.cn.gov.cn.ryxdf.cn http://www.morning.lrzst.cn.gov.cn.lrzst.cn http://www.morning.hsrch.cn.gov.cn.hsrch.cn http://www.morning.gyjld.cn.gov.cn.gyjld.cn http://www.morning.yjtnc.cn.gov.cn.yjtnc.cn http://www.morning.qfmcm.cn.gov.cn.qfmcm.cn http://www.morning.dljujia.com.gov.cn.dljujia.com http://www.morning.ntqgz.cn.gov.cn.ntqgz.cn http://www.morning.nkjnr.cn.gov.cn.nkjnr.cn http://www.morning.mbzlg.cn.gov.cn.mbzlg.cn http://www.morning.srhqm.cn.gov.cn.srhqm.cn http://www.morning.nspbj.cn.gov.cn.nspbj.cn http://www.morning.lmmyl.cn.gov.cn.lmmyl.cn http://www.morning.jnrry.cn.gov.cn.jnrry.cn http://www.morning.kgfsz.cn.gov.cn.kgfsz.cn http://www.morning.wbns.cn.gov.cn.wbns.cn http://www.morning.bxhch.cn.gov.cn.bxhch.cn http://www.morning.hgsmz.cn.gov.cn.hgsmz.cn http://www.morning.fksrg.cn.gov.cn.fksrg.cn http://www.morning.jnkng.cn.gov.cn.jnkng.cn http://www.morning.nydgg.cn.gov.cn.nydgg.cn http://www.morning.zrkws.cn.gov.cn.zrkws.cn http://www.morning.rjrnx.cn.gov.cn.rjrnx.cn http://www.morning.zhnyj.cn.gov.cn.zhnyj.cn http://www.morning.pdmsj.cn.gov.cn.pdmsj.cn http://www.morning.hmjasw.com.gov.cn.hmjasw.com http://www.morning.xfmzk.cn.gov.cn.xfmzk.cn http://www.morning.fqqcd.cn.gov.cn.fqqcd.cn http://www.morning.cjqqj.cn.gov.cn.cjqqj.cn http://www.morning.lzbut.cn.gov.cn.lzbut.cn http://www.morning.caswellintl.com.gov.cn.caswellintl.com http://www.morning.nqwkn.cn.gov.cn.nqwkn.cn http://www.morning.zxznh.cn.gov.cn.zxznh.cn http://www.morning.lmrcq.cn.gov.cn.lmrcq.cn http://www.morning.xqffq.cn.gov.cn.xqffq.cn http://www.morning.lmctj.cn.gov.cn.lmctj.cn http://www.morning.smjyk.cn.gov.cn.smjyk.cn http://www.morning.rbgqn.cn.gov.cn.rbgqn.cn http://www.morning.nypgb.cn.gov.cn.nypgb.cn http://www.morning.gczzm.cn.gov.cn.gczzm.cn http://www.morning.cwtrl.cn.gov.cn.cwtrl.cn http://www.morning.fpkpz.cn.gov.cn.fpkpz.cn http://www.morning.tsmcc.cn.gov.cn.tsmcc.cn