S
Sophia
Can someone post a RNG better than the one is provided by Microsoft?
TIA,
TIA,
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:[email protected] 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().