# Functions
NewDefaultUuidGenerator returns a [DefaultUuidGenerator], implementing [UuidGenerator].
NewDefaultUuidGeneratorFactory returns a [DefaultUuidGeneratorFactory], implementing [UuidGeneratorFactory].
# Structs
DefaultUuidGenerator is the default [UuidGenerator] implementation.
DefaultUuidGeneratorFactory is the default [UuidGeneratorFactory] implementation.
# Interfaces
UuidGenerator is the interface for UUID generators.
UuidGeneratorFactory is the interface for [UuidGenerator] factories.