F FARAZ QURESHI Aug 9, 2008 #1 How can one derive a random number from a specifc array, for example a random selection from {2, 4, 16, 256, 65536}
How can one derive a random number from a specifc array, for example a random selection from {2, 4, 16, 256, 65536}
L Lars-Åke Aspelin Aug 9, 2008 #2 How can one derive a random number from a specifc array, for example a random selection from {2, 4, 16, 256, 65536} Click to expand... Try this formula =CHOOSE(RANDBETWEEN(1,5),2,4,16,256,65536) Hope this helps / Lars-Åke
How can one derive a random number from a specifc array, for example a random selection from {2, 4, 16, 256, 65536} Click to expand... Try this formula =CHOOSE(RANDBETWEEN(1,5),2,4,16,256,65536) Hope this helps / Lars-Åke
S Sandy Mann Aug 16, 2008 #5 Bernd P said: =2^(2^INT(RND()*5)) Click to expand... Clever, I like it! -- Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk
Bernd P said: =2^(2^INT(RND()*5)) Click to expand... Clever, I like it! -- Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk
M Mike Middleton Aug 17, 2008 #6 FARAZ QURESHI - What is the probability for each of the five distinct values? Or, are the five values equally-likely? - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel
FARAZ QURESHI - What is the probability for each of the five distinct values? Or, are the five values equally-likely? - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel