How good is the RAND() function in Excel for Monte Carlo simulation?

后端 未结 5 1841
天命终不由人
天命终不由人 2020-12-09 02:48

I\'m implementing a Monte Carlo simulation in 3 variables in Excel. I\'ve used the RAND() function to sample from Weibull distributions (with long tails). The functions appl

5条回答
  •  感情败类
    2020-12-09 03:31

    RAND() is quite random, but for Monte Carlo simulations, may be a little too random (unless your doing primality testing). Most Monte Carlo simulations just require pseudo-random and deterministic sequences. As part of the Excel Analysis ToolPak RANDBETWEEN() may be all you need for pseudo-random sequences.

提交回复
热议问题