Functiondojox.uuid.generateTimeBasedUuid._generator.generateUuidString

dojo.require("dojox.uuid.generateTimeBasedUuid");
defined in dojox/uuid/generateTimeBasedUuid.js

JavaScript code running in a browser doesn't have access to the IEEE 802.3 address of the computer, so if a node value isn't supplied, we generate a random pseudonode value instead.

Usage

function (/*String?*/ node) (view source)
parametertypedescription
nodeStringOptional. An optional 12-character string to use as the node in the new UUID.