LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Random

arno -

I always recommend to use randomize plus rnd()^rnd(). Besides creating
"unique" numbers I think that many people try to use Excel random numbers
for some exact scientific analysis. This analysis could be ignored simply
by the fact of using excel as a random number generator that does not meet
scientific expectations to random numbers. I hope my recommendation
"improves" the random numbers of excel. <


The worksheet function RAND and the VBA function RND produce uniformly
distributed random numbers. That is, a number between 0.0 and 0.1 is as
likely as a number between 0.9 and 1.0.

The product RAND*RAND or RND*RND is random, but it is not uniformly
distributed. Products between 0.0 and 0.1 are much more likely than products
between 0.9 and 1.0.

However, I would greatly appreciate if someone could shed some light on
how "good" excel random numbers are, for what analysis they can be used
for and where one should not use excel. <


For such information about RAND, see
http://support.microsoft.com/default...b;en-us;828795

- Mike
www.mikemiddleton.com


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting random Data created from a random formula Six Sigma Blackbelt Excel Discussion (Misc queries) 1 September 11th 08 11:03 PM
Non-random numbers generated by excel's data analysis random gener Allie Excel Worksheet Functions 10 September 17th 05 06:19 AM
Non-random numbers generated by excel's data analysis random gener Harlan Grove Excel Discussion (Misc queries) 2 September 13th 05 04:06 PM
How do I find random number in list of random alpha? (Position is. jlahealth-partners Excel Discussion (Misc queries) 0 February 8th 05 05:31 PM
random nyn04[_4_] Excel Programming 2 September 21st 04 11:35 PM


All times are GMT +1. The time now is 07:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"