
- UID
- 223344
- 帖子
- 339
- 主题
- 47
- 注册时间
- 2011-7-11
- 最后登录
- 2013-9-29
|
chaddy is right, you're generating uniform random numbers this way.
This is what I would do:
-Define the mean (probably 1% here)
-Define the standard deviation
-Generate normally distributed random numbers using the RAND and NORMINV function |
|