I have a list of ids and I want to display a fake id for each id in my list using Python.
I used the uuid1() but when there is a duplicated id in my list the program stop and don't generate the same random id for same input id.
print uuid.uuid1(data['user']['id']).int>>64
.int>>64?