Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are using xl2003, the random number generator has been greatly
improved. -- Regards, Tom Ogilvy "WannaBeExceller" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"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 "WannaBeExceller" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
random number generator | Excel Worksheet Functions | |||
Random number Generator | New Users to Excel | |||
random number generator | Excel Discussion (Misc queries) | |||
Random number generator | Excel Worksheet Functions | |||
Random Number Generator | Excel Programming |