文件名称:Mersenne-Twister

  • 所属分类:
  • matlab例程
  • 资源属性:
  • [Matlab] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 565kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • li***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。



各个文件为:

initGenerator.m:

initGenerator函数,用于初始化随机序列的长度和值



generateNum.m:

generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组



extractNum.m:

extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值。



main.m:

main主函数,输入种子seed和产生数目total,输出产生结果及随机性测试结果



mymy.m和mymy.fig:

用于界面显示的部分,这两个文件会通过界面传入seed和total的值,并调用main函数,在相应的框中显示输出结果。-According to the algorithm principle on Wikipedia, the Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness. The program has also joined the interface display.

The individual files are:

initGenerator.m:

initGenerator function used to initialize the random sequence length and value



generateNum.m:

generateNum function is invoked when the index is zero, and used to create a 624-dimensional shift register array



extractNum.m:

extractNum function, according to index the current value to select the number to generate random numbers, and change the value of the index in the array.



main.m:

main function of the input seed to seed and produce the number of total, the output generated results and the randomness of the test results



mymy.m and mymy.fig:

Part of these two files for interface display interface incoming seed and the total value of, and calls the main function, to display the output in the appropriate boxes.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Mersenne Twister\2009211125_09210682_19_李俊.docx

................\Mersenne Twister\extractNum.m

................\................\generateNum.m

................\................\initGenerator.m

................\................\main.m

................\................\mymy.fig

................\................\mymy.m

................\官网代码\mt19937-2 (1).c

................\........\mt19937-2.c

................\Mersenne Twister

................\官网代码

Mersenne Twister

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org