• generates a random string of hexadecimal characters of a given size (default 16) using the Node.js built-in 'crypto' module's

    Parameters

    • size: number = 8

      length of uid

    Returns string

    An uid string in hex

Generated using TypeDoc