Node.js examples for Security:GUID
Generate numbered ID
generateId = function() { return Math.floor((1 + Math.random()) * 0x10000); };