搜索资源列表
montecarlo
- 蒙特卡洛方法中随机数的产生和检验,乘同余法。-The Monte Carlo method, random number generation and testing, multiplication congruential method.
MM1
- 运用C++ 语言实现M/M/1排队系统,随机数产生采用乘同余法。-Use C++ language M/M/1 queuing system, the random number generator using multiplicative congruential method.
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