QUICK PICK LOTTERY
Number Generator
Use the form below:
How does the Lottery number generator work?
By using this form you can generate lottery tickets for different lotteries. The mechanism is based on a cryptographic generator ISAAC (strong generator written in PHP). It is known that generators commonly found on other lottery sites (based, for example on the random function - PHP or javascript) are not suitable for lottery games because they are not initiated by random grain sufficiently (using eg. the system clock). Generator, which is used on this page is a pseudo-ISAAC, with a random grain size of 1,024 bytes downloaded from server system data noise using MCRYPT_DEV_URANDOM, implemented in PHP.
What this basically means is that other generators can't predict some number combinations. And if you play the lottery you want to have a chance. The chance is bigger when your generator can output every possible combination. For example, in Lotto, there are about 14 000 000 possible tickets to generate. Our number generator can output every od this - randomly. But generator you will find on other lottery sites is not capable of this. Imagine the generate for example only 97% of all combinations. This means they you may not win because the program couldn't "imagine" winning numbers!