Searched refs:uuid4 (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/lib/util/
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
450 def uuid4(): function

Completed in 1823 milliseconds