Excel add-in

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top