搜索资源列表
用乘同余法产生随机数-matlab
- 用乘同余法 ,产生(-1,1)均匀分布的随机序列,给出数据并画图
sjs
- 随机序列产生程序(用乘同余法产生随机数)-random sequences generated (by using the same method I have a random number)
平方取中法
- 过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。-off Java programming produce a series of pseudo-random numbers, master Mid-square method, I took with the law, mixed with the law I have Random Number method.
用乘同余法产生随机数
- matlab在系统辨识中的应用此处为对同乘余数法的应用的源代码及运行后结果(包括图像)-Matlab system identification in the application here for the right balance with the law by the application of the source code and running after the results (including images)
random
- 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分布的随机数列 AELDist 产生爱尔朗分布的随机数列
FLch
- 用乘同余法产生随机数 ,产生的(0-1)均匀分布的随机序列 白噪声产生程序,用乘同余法产生-Produced by the same method with more than random number generated (0-1) uniformly distributed random sequence white noise generation process, with the method generated by congruence
generating-random-Numbers
- 产生随机数的方法很多,很多软件自己就有产生随机数函数,本程序用的是乘同余法产生随机数,经对比,效果比matlab自带的要好。-Many methods of generating random Numbers, this procedure is by using congruence method generating random Numbers.
genLCG
- 乘同余法产生随机数,模特卡罗方法,matlab-By congruential method for generating random numbers, model Carlo method
montecarlo
- 蒙特卡洛方法中随机数的产生和检验,乘同余法。-The Monte Carlo method, random number generation and testing, multiplication congruential method.
prng
- 采用线性同余法的素数模乘同余发生器产生随机数,采用5级流水线设计-Using a linear congruential method prime modulus multiplicative congruential random number generator, using five pipeline design
MM1
- 运用C++ 语言实现M/M/1排队系统,随机数产生采用乘同余法。-Use C++ language M/M/1 queuing system, the random number generator using multiplicative congruential method.
R_N_U
- 原理:乘同余法产生随机数来生成均匀分布、瑞利分布、正态分布,压缩包包括3个分布的Matlab源代码-Principle: multiplicative congruential method to generate random numbers to generate uniformly distributed ,Rayleigh distribution and normal distribution.This package includes three distribution of Ma
ctyf_01
- 最小二乘算法放任乘同余法程序,该源码可以产生0到1之间的随机数,-Least-squares algorithm faire multiply congruential method procedures, the source code can generate a random number between 0-1,
chap2
- 利用乘同余法,产生均匀分布随机数。用仿真序列实现M序列-USsing the method of mutiply congruence,unifomly distributed random number.By policy implementation of M sequence.
montecarlo
- 根据蒙特卡洛方法的基本思想,利用乘同余法递推公式以及抽样公式,严格按照 adams模板格式,编写的语言程序。可以编写实现adams中随机数的实现。(According to the basic idea of Monte Carlo method, the recurrence formula and sampling formula of the multiplicative congruence method are used strictly. Adams template forma