karolbrennan / letsplaybingo.2020

Let's Play Bingo - 2020 Edition
http://2020.letsplaybingo.io
MIT License
18 stars 13 forks source link

Update randomization for calling numbers #67

Open karolbrennan opened 2 years ago

karolbrennan commented 2 years ago

Currently we are using Math.random for generating balls and this isn't a very good randomization, so we will implement a better form to get a more true randomization.