S
Sophia
Can someone post a RNG better than the one is provided by Microsoft?
TIA,
TIA,
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nigel said:Better in what respect ?
Can someone post a RNG better than the one is provided by Microsoft?
Can an Excel guru answer this?
Knowledge Base Article 44738, states that the expression
(NOW()*100000 - INT(NOW()*100000))
can be used as an alternative to the RAND() function for generating random
numbers. My question is, when Excel evaluates the above formula in any one
instance, is the value of the NOW() function on the left going to be the same
as that on the right, or are they going to be different cause they are each
evaluated a microsecond apart in time?
onedaywhen said:(e-mail address removed) wrote ...
In lieu of a guru, I'll have a stab.
If you use the same formula in different cells you get exactly the
same formula. So I conclude the formula uses the same value for NOW().
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.