in reply to Re^2: biased random number picking
in thread biased random number picking
That's correct :)
rand returns a value less than the expression so will return an index in the range 0..100. Which is just what we needed -- woot!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: biased random number picking
by Lotus1 (Vicar) on Jul 12, 2012 at 15:59 UTC |