M
Michael
Hi everyone,
I am using RAND() but not much satisfied. I tried RAND()*RAND()
instead!
To my suprize, things are better. However, as you know, RAND()*RAND()
will exclude visiting some values (Imagine a 2-D chart where X varies
from 0 to 1, and so Y).
How can I have access to RAND()'s SEED?
Someone wrote me this:
" Excel uses the classic Monte Carlo sampling method for generating
the uniformly distributed random numbers. There is nothing wrong with
this except that Monte Carlo sampling does not span the full space of
interest unless you do a very large number of repetitions and you may
not know what large means prior to your run. This renders Monte Carlo
inefficient."
Have you heard of "Latin Hypercube" sampling approach?
Comment? Any better solution?
Thanks,
Mike
I am using RAND() but not much satisfied. I tried RAND()*RAND()
instead!
To my suprize, things are better. However, as you know, RAND()*RAND()
will exclude visiting some values (Imagine a 2-D chart where X varies
from 0 to 1, and so Y).
How can I have access to RAND()'s SEED?
Someone wrote me this:
" Excel uses the classic Monte Carlo sampling method for generating
the uniformly distributed random numbers. There is nothing wrong with
this except that Monte Carlo sampling does not span the full space of
interest unless you do a very large number of repetitions and you may
not know what large means prior to your run. This renders Monte Carlo
inefficient."
Have you heard of "Latin Hypercube" sampling approach?
Comment? Any better solution?
Thanks,
Mike