Create namespace-based Universally Unique Identifiers (UUIDs) using the version 3 algorithm. These UUIDs are generated by hashing a namespace identifier and name using MD5. They produce consistent results for the same inputs, making them ideal for applications requiring deterministic ID generation from existing identifiers.