Raffle function to generate unique numbers for each player, related to the same table with a recursive aproach.
I had to do a simple raffle system for a contest that I was working on and tried many things and the most simple and the most effective one to generate unique numbers for each player was this, a simple recursive function.