I want to select 5 random numbers with some probability.
my numbers: 2-5-6-9-14
probability:
2 -> %30
5 -> %20
6 -> %35
9 -> %10
14 -> %5
I want to go new activity if the three numbers are the same.
Not: maximum three numbers can be the same.
How Can I do that?