<Qiskit (quantum information software kit) & Streamlit.>
There are two kinds of random number generation. One is using ‘pseudo’ random number generation in classical computing, another is ‘true’ random number generation using the physical phenomenon like quantum physics.
I used IBM cloud base quantum software library ‘Qiskit’ to generate random numbers using quantum circuit. (https://qiskit.org/)
But, real RNG couldn’t increase the probability of winning of lottery, please just use if for fun.
Here is ‘Q-Lottery-Game’ : https://share.streamlit.io/denny-hwang/q-lottery-game/main/main.py
Thanks and have a good luck.