
- UID
- 223415
- 帖子
- 346
- 主题
- 18
- 注册时间
- 2011-7-11
- 最后登录
- 2014-7-31
|
ohai Wrote:
-------------------------------------------------------
> What are "min" and "max"?
The minimum and maximum value of the variable.
3%
2%
-1%
5%
-3%
Max=5%
Min = -3%
Range=8%
Formula:
-0.03+rand()*(0.05-(-0.03)) = output 1
-0.03+rand()*(0.05-(-0.03)) = output 2
-0.03+rand()*(0.05-(-0.03)) = output 3
...4997 times... |
|