Random Number Generator

W

WannaBeExceller

I was wondering if I could get a better random number generator than the one
in excel. I was also wondering if the VB generator is any better than the VBA
generator. Thanks in advance.
 
E

Edwin Tam

"Excel Power Expander" contains a very "detailed" random number generator. It
allows you to generate different type of random numbers, including normal
distribution, exponential, etc. Also, it includes "random seed"
implementation. (You can generate the same set of numbers at any time.)

Also, besides random numbers, it can generate random characters, etc.

Detailed documentation included.

http://www.vonixx.com

Regards,
Edwin Tam
 

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

Top