I understand that I should use os.urandom()
or SystemRandom
in Python for 'secure' pseudo-random numbers.
But how does Python generate these random numbers logically?
Also is there a way to generate a number in Python that is 'more random' than others?