As some may have noticed I added to Greensboring's algorithm a small function to calculate the winning Powerball lottery number on the front page. (for logged in peeps)
It's more than just rand() numbers, it's actually 2 weeks of prime-time commercial programming (as in me programming in between House & Prison Break) which all came about after playing the lotto a few weeks ago. I've always been skeptical about allowing the state machines choose my numbers, somehow inside of me I've always had the feeling like I'm John Kerry at the hands of Diebold. I thought surely the lotto isn't completely random. Numbers are drawn on a mechanical device, certain physical aspects of the draw should be able to at least give the right algorithm a better probability for winning then just randomness, right?
Honestly I have no clue. But I built a sql database, and a couple algorithms for analyzing the data. It really interesting when you start trending data.... Even in just the 4 months of data in the database, I've got several weeks where the powerball number repeated exactly the same for 2 weeks in a row, the most popular powerball is "2", and on average the sum of the winning numbers (minus the powerball) is 163. What's really odd is once again on 9/13 & 9/10 during consecutive draws the sums were both 147 Even more odd is the probability of the sum's last digit to be a "7" is higher then any other random number.
While I don't expect to win any time soon, I have alot more confidence in my number's then random numbers. Greensboring's display numbers are using a scaling probability algorithm, though I still reload them and check them for uniqueness and odd/even randomness before playing... Anyhow, I thought it would be fun to share... so I added it onto the website...
Shan thinks I'm a nutter.... as does the lotto guy at Food Lion who is now regretful for asking how I choose my numbers....
but there is hope.For the record I got 2 numbers on the same line last week. Coincidence or not... it's funner this way.