module FFaker::UUID

UUIDs are a 128-bit value (16 bytes), often represented as a 32-character hexadecimal string in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`.

@note This generates lowercase strings, but UUIDs are case-insensitive.

@see www.rfc-editor.org/rfc/rfc4122#section-4 @see datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/