A better chance

L

leo31773

Hi

I need to create a long list of 0 and 1 randomly generated, but on
number should have a slightly better chance of showing up, say lik
0.5%.

I figured out the =RANDBETWEEN(0,1) but not how to give a better od
for one number.

Can it be done?

Thanks,

Leo
 
J

JE McGimpsey

And of course

=--(RAND()<0.5025)

works just as well without the function call.
 
Top