- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘 要
随机数是专门的随机试验的结果。在统计学的不同技术中需要使用随机数,比如在从统计总体中抽取有代表性的样本的时候,或者在将实验动物分配到不同的试验组的过程中,或者在进行蒙特卡罗模拟法计算的时候等等。产生随机数有多种不同的方法。这些方法被称为随机数发生器。随机数最重要的特性是:它所产生的后面的那个数与前面的那个数毫无关系。随着Internet和无线网络通信的发展,随机数不仅应用与信息安全领域,而且在通信系统中也有广泛的应用。特别是随着社会资源越来越依赖网络通信,对网络传输的稳定性、高效性要求也越来越高。因而研究应用于网络通信的随机数发生器在当今社会中极有意义。
本文主要研究各种随机数的性质,利用NS2仿真系统实现随机数发生器,并将随机数发生器应用于网络中,分析其网络性能优劣。
关键词:随机数,均匀分布,正态分布,指数分布,随机数发生器
注:本设计(论文)题目来源于教师的省级科研项目,项目编号为: 。
Abstract
Random number is a random the test results. the statistics of various technologies need to use the random number, in drawn from the statistics on the representative samples, or experiments on animals will be assigned to various tests, or when use Monte carlo simulation method , etc.A random number of several different ways.This method is called a random number generators. Random number of the most important feature is: it by the back of the number and the number does not matter. As the internet and radio network of communication and development of random number is not only to information security, and in a communication system also is widely used. In particular with the social resources and communications depend on the network to network transmission stability, efficient and higher demands. they study internet communication in the random number generators in our society is very meaningful.
This major study of random number of simulation system of ns2 for the random number generators and random number generators applied to the internet, analyzing the network performance from the chaff.
Key words: Random Number,Uniform Distribution,Normal Distribution,Exponential Distribution,Random Number Generator
目 录
1绪论 1
1.1 随机数概述 1
1.2 随机数发生器研究现状及意义 1
1.2.1 随机数算法研究现状 2
1.2.2 随机数发生器研究现状 3
1.2.3论文主要研究内容及结构安排 4
2典型均匀分布随机数 6
2.1 均匀分布随机数的简述 6
2.2均匀分布随机数的各种算法 6
2.2.1线性同余法 7
2.2.2线性同余组合法 8
2.2.3混沌影射法 9
2.3均匀分布的随机数的测试检验标准 10
2.3.1参数检验 11
2.3.2均匀性检验 12
2.3.3独立性检验(相关性检验) 13
2.3.4频谱检验 13
3正态分布随机数 15
3.1正态分布随机数的简述 15
3.2正态分布随机数的生成算法 15
3.2.1数学模型 15
3.2.2正态分布和标准正态分布的特征
文档评论(0)