
- UID
- 223419
- 帖子
- 295
- 主题
- 13
- 注册时间
- 2011-7-11
- 最后登录
- 2014-8-7
|
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... |
|