- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Random Number Generator Department o Computer 随机数发生器计算机系
December 1999 Prabhas Chongstitvatana Random Number Generator 2110301 Intro. to Discrete Structures Prabhas Chongstitvatana What is random number ? Jon von Neumann 1946 suggested the production of random number using arithmetic operations of a computer, middle square, square a previousrandom number and extract the middle digits, Example generate 10-digit numbers, was 5772156649, square 33317792380594909201the next number is 7923805949 The use of random numbers Linear Congruential Method Number Theory Choice of modulus Other generators * Sequence of independent random numbers with a specified distribution such as uniform distribution (equally probable) Tippett 1927 published a table of 40,000 random digits Kendall and Babington-Smith 1939 built a machine to generate random number to produce a table of 100,000 random digits. The sequence is not random, but it appears to be. Sequences generated in a deterministic way are usually called pseudo-random sequences. middle square has proved to be a comparatively poor source of random numbers. If zero appear as a number of the sequence, it will continually perpetuate itself. Random numbers should not be generated with a method chosen at random. Some theory must be used. 1. simulation 2. sampling 3. numerical analysis 4. computer programming 5. decision making randomness is an essential part of optimal strategies in the theory of games 6. recreation x n+1 = ax n + c ( mod m ), 0 = x n+1 m m 0, 2 = a m, 0 = c m, 0 = x 0 m. Theorem The terms of the sequence generated by the linear congruential method are given by x k = a k x 0 + c(a k - 1) / ( a -1 ) (mod m ), 0 = x k m. Proof by mathematical induction. for k = 1 , the formula is obviously true, since x 1 = ax 0 + c ( mod m), 0 = x 1 m. Assume that the formula is valid for the k th term, so that x k = a k x 0 + c(a k - 1) / ( a -1 ) (mod m ), 0 = x k m. Since x k+1= a x k + c (mod m ), 0 = x k+1 m. we have x k+1 = a( a k x 0 +
您可能关注的文档
- PC302结项总结报告V1.doc
- Parts ofSimilar Triangles District 158 — Inspire 部分相似三角形 158区激发.ppt
- Octobr 9, 2003 A Hierarchical Method for Aligning Warped Meshes2003年10月9日调整扭曲的网格层次方法.ppt
- Pep 2 Unit 6 At he Zoo Part A 说课教案.doc
- p06小地控制测量.ppt
- Payroll Liabilities MultiPeriod Known Liabilities McGrawHll 工资负债多期已知负债麦格劳山.ppt
- pep五年上材介绍.ppt
- PEP小学英语三年级册.ppt
- Percent CoronaNorco USD District Homepage科罗娜啤酒诺科美元的主页.ppt
- PCR概念测量方法.ppt
- Random Field Theory Wellcome Trust Centre for euroimaging影像学威康信托中心的随机场理论.ppt
- Random Access Memory Anadolu Universitesi Kisisel Web 随机存取存储器,该Universitesi kisisel网站.ppt
- R33标格式油箱检测台说明书.doc
- Random slope About eopletamuedu随机斜率约peopletamuedu.ppt
- Random Variables One of the Bet Catholic Colleges 随机变量的一个最好的天主教大学.ppt
- Radioactive Waste Disposal i HydrologicallyChallenged 在水文挑战放射性废物处置.ppt
- Random Walk Defiition Boston University随机游走的定义波士顿大学.ppt
- Random Waks on Graphs An Overview图上的随机游动的一个概述.ppt
- Random Projection for igh Dimensional Data Clustering A 高维数据聚类随机投影.ppt
- Random Wlk based Collaborative Filtering using Implicit …基于随机行走的协同过滤使用隐式….ppt
文档评论(0)