Excel 2003-RND() vs Rand()

L

Leigh

How does RND generate random numbers..is it updated the way Rand () is in Excel 2003?
 
L

Leigh

Thanks, so it doesn't have the same issues associated with it that Rand() did/does (once you install the office update)?
 
T

Tom Ogilvy

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 said:
Thanks, so it doesn't have the same issues associated with it that Rand()
did/does (once you install the office update)?
 
J

Jerry W. Lewis

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
 
Top