export const prerender = true;
Draw a set of unique numbers for lottery-style picks.
Are the numbers guaranteed to be unique?
Yes. The lottery generator always picks unique numbers within your chosen range.
Can I use this for real lottery tickets?
Yes, but remember that no generator can improve your odds — each combination has the same chance.
What is the maximum range?
You can set any range where the difference between From and To is at least as large as the number of picks.