UUID¶
Universally Unique Identifier generation and validation.
Module: Std::UUID
Import¶
Description¶
The Std::UUID module provides functions for generating and working with UUIDs (version 4, random-based).
UUIDs are 128-bit identifiers commonly used for unique resource identification across systems without a central authority.
See the UUID page for the full API documentation.