This script will run a raffle with the following rules:
- A predefined number of winners will be selected
- People are allowed to have multiple entries in the raffle
- However, each person can only win once
- Drawings are made at random
It's possible to work out your statistical odds of winning based on the number of winners, how many entries you have, and the total number of entries. I'll leave that as an exercise for the reader.
Can you add an example of the entry file?