Generates a Version 4 UUID string. Note: randomness is based on Math.random() and is not cryptographically secure.
Math.random()
UUID v4 as a string.
Generates a Version 4 UUID string. Note: randomness is based on
Math.random()
and is not cryptographically secure.