Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions uuid_generator.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```python
import uuid


def generate_uuid() -> str:
"""
Generate a universally unique identifier (UUID) using a cryptographically secure random number generator.

Returns:
str: A UUID following the RFC 412