Python

Python UUIDを生成

uuidモジュールによって、RFCに準拠したUUIDを生成する。(参照

import uuid
print(uuid.uuid4())  # d1d7684e-f5be-4d22-bf1a-4e28ee7d44e3
print(uuid.uuid4().hex)  # d4e2531ced5647b3b8bb81fc69db49ee