🐶Entry ManagementYou can add, remove, and check entries in the lottery. You can also get the size of the lottery and check if it's empty.
🦀Drawing EntriesThe class provides methods to draw entries. You can draw all shuffled entries, the first winner, or a specified number of winners.
🐬Shuffle ControlYou set a custom shuffle method. By default, it uses the Fisher-Yates Shuffle Algorithm to shuffle the entries.