返回列表 发帖
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

TOP

返回列表