搜索资源列表
gaussrand
- 生成均匀随机数列算法实现和生成高斯随即序列的两种算法实现-uniform random number generation algorithm out and then generate Gaussian sequences of the two Algorithm
gaussrand
- 生成均匀随机数列算法实现和生成高斯随即序列的两种算法实现-uniform random number generation algorithm out and then generate Gaussian sequences of the two Algorithm
gaussrand
- 生成标准正态分布的随机数,也可由此随机数生成其他的随机数,数对数正态分布随机数。-Standard normal distribution to generate the random numbers can also be a result of other random number generator random number, the number of log-normal distribution of random nu
gaussrand-c
- 高斯分布随机数C程序实现 同济大学信息隐藏课第一次大作业-Gaussian random number C program Tongji University, the first major class of information hiding operations
gaussrand
- 程序能产生随机数,产生高斯分布和均匀分布的随机数,每次产生的随机数是不一样的-Gaussian distribution and a uniform distribution of random numbers
guass
- 这是一个生成高斯分布的c++(.cc)程序,此程序在linux下g++下编译通过。生成的高斯分布随机数序列的期望为0.0,方差为1.0。若指定期望为E,方差为V,则只需增加:GaussRand() * V + E。http://imatlab.lofter.com/ 欢迎交流学习经验-A gaussian/normal distribution program in linux g++.