文件名称:suijishu
介绍说明--下载内容均来自于网络,请自行研究使用
用平方取中法产生随机数列
用混合同余法产生随机数列
用乘同余法1产生随机数列
用乘同余法2产生随机数列
用素数模同余法产生随机数列
产生指数分布的随机数列
产生拉普拉斯分布的随机数列
产生瑞利分布的随机数列
产生柯西分布的随机数列
产生爱尔朗分布的随机数列
产生正态分布的随机数列
产生韦伯西分布的随机数列
产生泊松分布的随机数列
产生贝努里分布的随机数列
产生贝努里-高斯分布的随机数列
产生二项式分布的随机数列
-Generate a random sequence by middle-square methodWith the mixed congruential method for generating random numbers1 random sequences by using the same methodBy using the same method to generate random numbers 2Use the same method to generate random sequences of prime modulusThe exponential random sequence distributionGenerate a random sequence of Laplasse distributionGenerate a random sequence of Rayleigh distributionGenerate a random sequence of Cauchy distributionGenerate a random sequence, distribution of IrelandGenerated random sequenceGenerate a random sequence of Vebesi distributionGenerate a random sequence of Poisson distributionGenerate a random sequence of Bernonlli distributionGenerate a random sequence distribution of Bernonlli- GaussGenerate a random sequence of binomial distribution
用混合同余法产生随机数列
用乘同余法1产生随机数列
用乘同余法2产生随机数列
用素数模同余法产生随机数列
产生指数分布的随机数列
产生拉普拉斯分布的随机数列
产生瑞利分布的随机数列
产生柯西分布的随机数列
产生爱尔朗分布的随机数列
产生正态分布的随机数列
产生韦伯西分布的随机数列
产生泊松分布的随机数列
产生贝努里分布的随机数列
产生贝努里-高斯分布的随机数列
产生二项式分布的随机数列
-Generate a random sequence by middle-square methodWith the mixed congruential method for generating random numbers1 random sequences by using the same methodBy using the same method to generate random numbers 2Use the same method to generate random sequences of prime modulusThe exponential random sequence distributionGenerate a random sequence of Laplasse distributionGenerate a random sequence of Rayleigh distributionGenerate a random sequence of Cauchy distributionGenerate a random sequence, distribution of IrelandGenerated random sequenceGenerate a random sequence of Vebesi distributionGenerate a random sequence of Poisson distributionGenerate a random sequence of Bernonlli distributionGenerate a random sequence distribution of Bernonlli- GaussGenerate a random sequence of binomial distribution
(系统自动生成,下载前可以参看下载内容)
下载文件列表
随机数生成\AELDist.m
..........\BenuliDist.m
..........\BGDist.m
..........\CauthyDist.m
..........\CombineLinear.m
..........\GaussDist.m
..........\LaplaceDist.m
..........\MixMOD.m
..........\MulMOD1.m
..........\MulMOD2.m
..........\PFQZ.m
..........\PoisonDist.m
..........\PowerDist.m
..........\PrimeMOD.m
..........\RelayDist.m
..........\test.m
..........\TwoDist.m
..........\WBDist.m
随机数生成