Function generateV4

  • Generates a random RFC 4122 version 4 UUID. The UUID is generated using a cryptographic pseudorandom number generator.

    This function internally uses the randomUUID function from the node:crypto module.

    Returns

    The UUID instance corresponding to the generated UUID

    Parameters

    Returns UUID

Generated using TypeDoc