Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How does RND generate random numbers..is it updated the way Rand () is in Excel 2003?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
rnd is part of vba 6. VBA6 hasn't changed since xl2000 - at least there
hasn't been a version change. http://support.microsoft.com/default...47&Product=vbb INFO: How Visual Basic Generates Pseudo-Random Numbers for the RND Function -- Regards, Tom Ogilvy "Leigh" wrote in message ... How does RND generate random numbers..is it updated the way Rand () is in Excel 2003? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, so it doesn't have the same issues associated with it that Rand() did/does (once you install the office update)?
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am not sure what issues you refer to. If you mean the negative random
numbers in Excel 2003, then no, it isn't affected by those issues to the best of my knowledge. -- Regards, Tom Ogilvy "Leigh" wrote in message ... Thanks, so it doesn't have the same issues associated with it that Rand() did/does (once you install the office update)? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are referring to the production of negative numbers by RAND() in
the original release of Excel 2003, that was repared by a hotfix earlier this year. With the hotfix, RAND() should have considerably better statistical properties than the VBA Rnd() function. Jerry Leigh wrote: Thanks, so it doesn't have the same issues associated with it that Rand() did/does (once you install the office update)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get repeatable Excel RAND sequence? | Excel Worksheet Functions | |||
how can i set up rand or rand between to give only -1 or 1? | Excel Worksheet Functions | |||
How can I sort a column of numbers generated by excel RAND funct? | Excel Discussion (Misc queries) | |||
Excel 2000, RAND and IF functions do not work together for me | Excel Worksheet Functions | |||
Speed--Excel 2003 RAND vs. VBA Rnd... | Excel Programming |