Guid

Generates a guaranteed unique identifier.

Constructor

new L3D.Guid()

Methods

static generate(prefix, suffix) → String

Generate a new unique identifier.

Parameters
prefix String

Optional prefix to prepend to the identifier.

suffix String

Optional suffix to append to the identifier.

Returns
String

The new Guid string.