Excel add-in

M

Michael R Middleton

Ray -
I need a random number generator add-in for Excel. Where can I download it
from <

The built-in worksheet function RAND in Excel 2003 provides uniform random
numbers.

You may try the beta Education version 2.30 of my RiskSim add-in, file
risk230e.xla, available for download from the "Decision Modeling Using
Excel" page of my university web site, http://www.usfca.edu/~middleton. It
provides a dozen random number generator functions (and Monte Carlo
simulation).

- Mike

www.mikemiddleton.com
 
J

JulieD

Hi Ray

don't know anything about an random number generator add-in for excel but
you can create random numbers using the RAND() function - i often combine it
with the ROUND function e.g.
=ROUND(RAND()*10000,0)

Hope this helps
Cheers
JulieD
 
Top