UNPKG

realtime-storage

Version:

The Realtime Framework Cloud Storage client for Node.js

11 lines (9 loc) 295 B
var S4 = function () { return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1); }; this.guidGenerator = function () { return (S4() + S4() + "-" + S4() + "-" + S4() + "-" + S4() + "-" + S4() + S4() + S4()); }; this.idGenerator = function () { return (S4() + S4()); };