I have to implement an algorithm for a raffle. The problem is that i would like that some of the participant to have more chances, because they have more points. How can i do that?
I thounght to simply put them many times in the raffle, but doesn’t seems legit.
Do you know any algorithms that can do that?
Thanks
Why wouldn’t that be “legit”. If you base your amount of chance on a number of points, you add the person for X times in the raffle based on his points. That person’s chance increase.
I would solve it in this way.