SanglierKevin / Lottery-Picker

A random number generator with some modifications to have a better chance of winning the lottery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LotteryPicker

A random number generator with some modifications to have a better chance of winning the lottery.

You can choose the number of numbers to check as well as their minimum and maximum value.

The generator will:

  • give random and unique numbers to avoid patterns and duplicates.
  • give at least one number greater than 31 to avoid having the same draw as a person who only selects birthday dates.
  • give a draw respecting Gail Howard's 70% probability rule.

Feel free to make recommendations and put a star on the project's Github.

You can also Buy Me a Coffee here : https://www.buymeacoffee.com/sanglierkev

About

A random number generator with some modifications to have a better chance of winning the lottery.

License:MIT License


Languages

Language:Python 100.0%