Hi guys, this has been killing me but does anyone know how to incorporate weighted probabilities with random numbers? For example:
I need to have a random number between 1-9 and have these probabilities:
<tbody>
1
5%
2
10%
3
0%
4
20%
5
30%
6
10%
7
10%
8
10%
9
5%
</tbody>
Any...