Hi,
I use the pseudo random number generator from python
This is the code
random_number = random()
random_number = int(round(random_number * 99 + 1))
I use this to get random numbers from 1-100. I collected a lot of random numbers this way and analyzed whether every number was drawn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.