I somehow need to find a solution to the problem, though, can't know exactly what and how this can be achieved.
Let's imagine I have some properties
prop1 - 7%
prop2 -3%
prop4 - 35%
and so on. those values above (7,3,35) are percentage changes of being picked.
Now, I have a random number between 0 and 1.
Can I somehow use the above information and pick the property depending on that random number and the percentages ?
how can it be possible ? sorry for my out-of-this-world question.