+ Reply to Thread
Results 1 to 4 of 4

Better Random Number Generator

  1. #1
    WannaBeExceller
    Guest

    Better Random Number Generator

    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. #2
    Tom Ogilvy
    Guest

    re: Better Random Number Generator

    If you are using xl2003, the random number generator has been greatly
    improved.

    --
    Regards,
    Tom Ogilvy

    "WannaBeExceller" <WannaBeExceller@discussions.microsoft.com> wrote in
    message news:59F1B815-3E07-4164-914F-D2D32861A3DF@microsoft.com...
    > 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. #3
    Edwin Tam
    Guest

    re: Better Random Number Generator

    "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.


  4. #4
    Registered User
    Join Date
    03-16-2013
    Location
    Europe
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Better Random Number Generator

    You can also use the random number generator of the Microsoft Cryptographic Provider. This is said to be even cryptographically random. The code can be added as a class module (or a module).

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1