uuid-v4.js
uuid-v4.js copied to clipboard
having dec2hex in the function scope give a little of a speedup
here is the jsperf
http://jsperf.com/uuid-with-local-vs-upper-scope-dict
avoiding the casting of the number 4 on the string concatenation seems to help too
http://jsperf.com/uuid-with-local-vs-upper-scope-dict/2