搜索资源列表
一个随机数产生器汇编源代码
- 这是一个伪随机数产生器以及其汇编源码,比较适用-This is a pseudo-random number generator and its compilation of source code, the applicable comparison
随机数产生起stocc
- 很好用的随机数产生器,包含正态分布,对数正态分布,均匀分布等好多随机分布的随机数产生方法。-good on a random number generator, including normal, lognormal distribution, uniform distribution of many random distribution of random selection.
randomwalk
- 正弦型外力的一维随机行走程序,采用16807随机数产生器。-random walk program for sin outer forces
rand
- 随机数在密码学中的具有十分重要的地位,被广泛用于密钥产生、初始化向量、时间戳、认证挑战码、密钥协商、大素数产生等等方面。本课题主要对确定性随机数产生器(伪随机数产生器)进行了研究-In cryptography, random number with a very important position, is widely used in key generation, initialization vector, time stamp, authentication challenge cod
Schrage
- 16807产生器,用Schrage方法得到[0,1]上的随机数-16807 generator Schrage method to get a random number in [0,1]
Schrage
- 16807产生器,可以产生从零到一的随机数,每次都不一样-16807 generator can generate from zero to a random number, not the same every
16807-random-number-generator
- 计算物理作业第1题 16807随机数产生器 产生[0,1]上的随机数并测试独立性和均匀性-16807 random number generator
randomnumbers
- 16807随机数产生器。一个经典的产生随机数的算法,用线性同余法产生出0~1之间均匀分布的随机数序列-16807 Random number generator