Monte Carlo Simulation Basics

To generate a random number between "Min" and "Max", we use the following formula in Excel (Replacing "min" and "max" with cell references): = min + RAND()*(max-min) You can also use the Random Number Generation tool in Excel's Analysis ToolPak Add-In to kick out a bunch of static random numbers for a few distributions. ................
................