> UUID_v4_GENERATOR

// WHAT_IS_UUIDv4

A UUID v4 (Universally Unique Identifier) is a 128-bit number used to uniquely identify information without a central registration authority. Version 4 is special because it is generated using random numbers.

The probability of a collision (two people generating the same ID) is so tiny that it is mathematically considered impossible for human scales.