Using this Lottery Numbers From Image Generator,
Also there's Lottery Numbers From Image Generator (2nd Edition) for 2nd Edition of this Generator (for SuperEnaLotto, EuroMillions, EuroJackpot, Power 6/45 VN and Mega 6/45 VN).
You can get Pick-3, Pick-4, Pick-5, Mega Millions, Powerball, Lottery 6/49 and Lotto-Max numbers from any image/photo.
Who knows? Maybe your favorite photo will generate you some winning numbers.
Good luck and have fun.
Instructions:
- Click on above mentioned link to get to Generator page.
- Click on Browse to browse to a local image file on your PC, or enter an image URL in the text field and click on "Load from URL" button.
- Wait a few seconds for image to load, image should automatically be processed (if not, you can click on process image) and lottery numbers will display.
- Feel free to try different images to get different numbers.
https://www.youtube.com/watch?v=wPkvVIucmUU
Here's a video of the upgrade version that shows numbers overlaying the image.
https://www.youtube.com/watch?v=ZprDwHUOjXM
Generator Technical Description:
After clicking the Process Image button, the process is as follows.
It loops through each pixel in image and stores total (red+green+blue) values into an arrray.
Then it adds up those values sequentially into an array of 13 array items (ie first 13th portion of total values will be summed up in 1st array item and second 13th portion of total values will be summed up in 2nd array item and so on).
So each array item represent sum total r+g+b values 1/13 portion of the image.
Then digits of pick 3 numbers will be pulled from array item 1,2,3 mod-ed by 10.
Digits of pick 4 numbers will be pulled from array item 4,5,6,7 mod-ed by 10.
Digits of pick 5 numbers from array item 8,9,10,11,12 mod-ed by 10.
Mega Millions numbers from array item 1,2,3,4,5 mod-ed by 70 with 1 added to it. Megaball is from array item 6 mod-ed by 25 with 1 added to it.
Powerball numbers are from array item 7,8,9,10,11 mod-ed by 69 with 1 added to it. Powerball ball is from array item 12 mod-ed by 26 with 1 added to it.
Similarly Canadian Lottery 6/49 and Lotto Max are pulled from the same array items.
For Jackpot games, if a number is the same as another number it'll be incremented by 1 until all numbers in selection are different to make them valid numbers.
Pick 3, 4 and 5 games are displayed as is.
Jackpot game numbers are sorted and displayed.
Random noises are better than random numbers generated by computer. Like Random.org uses atmospheric noises.
Information from an image captured is similar to Random.org in that the lighting change in real life could change and give us a different set of measurement.