Best VS Code extensions for AI development - Latest Updates
Best VS Code extensions for AI development
May 15, 2026
Generate RFC 4122 compliant UUIDs in bulk. UUID v4 random or v1 time-based — copy, export as JSON/TXT, choose format instantly.
122 random bits with RFC 4122 variant bits. The most common UUID format — ideal for database primary keys.
Contains a timestamp and node identifier. Sortable by creation time but exposes machine info.
GUID (Globally Unique Identifier) is Microsoft's implementation of the UUID standard. They are functionally identical.
UUID v4 has a collision probability of 1 in 2¹²² — effectively impossible to collide in practice.