Module: id

This module provides functionality for generating random identifiers. Studies can use these identifiers to uniquely label events and other items of interest.

Source:

Methods

(static) generateId() → {string}

Generate a random (v4) UUID, consistent with RFC4122. These values include 122 bits of cryptographic randomness.

Source:
Returns:

The new UUID.

Type
string