UUID Generator

Generate random version-4 UUIDs for use as unique IDs, keys, or tokens.

What a UUID is

A UUID (universally unique identifier) is a 128-bit value generated so that the chance of two matching is negligible. Version 4 UUIDs, like the ones here, are generated from random numbers and are commonly used as database keys or API tokens.