I did this to test the randomness of randint:
>>> from random import randint >>> >>> uniques = [] >>> for i in range(4500
For anyone else with this problem, I used uuid.uuid4() and it works like a charm.