Generate universally unique identifiers (UUID v4). Perfect for database IDs, API keys, and more.
[[ uuid ]]
UUID v4 generates random identifiers using cryptographically secure random numbers. The probability of generating a duplicate is astronomically low (about 1 in 5.3×10^36). They're perfect for database primary keys, API identifiers, and distributed systems.