Given a list of 16 random bytes generate a UUID in v4 format.
Note: The input bytes are modified to conform to the requirements of UUID v4.
A list of 16 bytes.
A UUID v4 string.
Given a list of 16 random bytes generate a UUID in v4 format.
Note: The input bytes are modified to conform to the requirements of UUID v4.