cryptorandomUUID
cryptorandomUUID is a function or method available in various programming languages and libraries that generates a Universally Unique Identifier (UUID) using a cryptographically secure pseudorandom number generator (CSPRNG). UUIDs are 128-bit numbers used to uniquely identify information in computer systems. Version 4 UUIDs are typically generated randomly.
The "crypto" prefix indicates that the randomness source is designed to be unpredictable and suitable for security-sensitive
The output of cryptorandomUUID conforms to the standard UUID format, usually represented as a 32-character hexadecimal