Namespace: guid

pc.guid

Basically a very large random number (128-bit) which means the probability of creating two that clash is vanishingly small. GUIDs are used as the unique identifiers for Entities.
Source:

Methods

(static) create() → {String}

Create an RFC4122 version 4 compliant GUID
Source:
Returns:
A new GUID
Type
String