stoc2.cpp

来自「很好用的随机数产生器」· C++ 代码 · 共 15 行

CPP
15
字号
/***************************** STOC2.CPP *********************** 2001-11-04 AF *
*
* Non-uniform random number generator functions.
*
* This file contains source code for the class StochasticLib2 defined in stocc.h.
*
* Documentation:
* ==============
* The file stocc.h contains class definitions.
* The file stocc.htm contains further instructions.
* The file distrib.pdf contains definitions of the statistic distributions.
* The file sampmet.pdf contains theoretical descriptions of the methods used
* for sampling from these distributions.
*
* 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?