parent
623d34e1e0
commit
e662e3b65c
20 changed files with 86 additions and 77 deletions
|
@ -9,4 +9,4 @@ def random_uuid_hex() -> str:
|
|||
This uuid should not be used for cryptographically secure
|
||||
operations.
|
||||
"""
|
||||
return "%032x" % getrandbits(32 * 4)
|
||||
return f"{getrandbits(32 * 4):032x}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue