搜索资源列表
lcg
- 这是线性同余法的改进算法,希望对大家学习随机数生成有用-This is the linear congruential method of the improved algorithm, we hope to learn a useful random number generator
random
- 用线性同余法实现产生随机数。它可以产生0到255的随机数-Achieved with a linear congruential method for generating random numbers. It can generate a random number from 0 to 255
lin
- 利用平方取中法 和 线性同余法 生成伪随机数-France to take advantage of the square and linear congruential method to generate pseudo-random number
test
- 程序功能:产生0---1之间均匀分布的随机数! 方法:线性同余法-Program features: produce 0--- 1 between uniformly distributed random numbers! Methods: linear congruential method
randproc
- 伪随机数的产生算法,利用线性同余法产生在(min,max)上精度为4位小数的平均分布的随机数,实现在min 到max 范围内产生服从正态分布的随机数-Pseudo-random number generation algorithm, using the linear congruential method to generate the (min, max) on the accuracy of four decimal evenly distributed random numbers, t
random-number-producer
- 利用平方取中法,线性同余法产生伪随机数。可以设置随机数种子。最后结果作为文本输出。-Generates a random number
Random-Number-Generator
- 利用线性同余法生成均匀分布的随机数,同时基于均匀随机数生成正态分布,01分布随机数。-The programme generates the uniform random numbers, on which the generation of gauss random numbers and 0-1 random numbers are based.
randomnumbers
- 16807随机数产生器。一个经典的产生随机数的算法,用线性同余法产生出0~1之间均匀分布的随机数序列-16807 Random number generator