saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
98 stars 13 forks source link

modules: add uuid module #31

Closed saghul closed 8 years ago

saghul commented 8 years ago

Adapt https://github.com/broofa/node-uuid/blob/master/uuid.js

saghul commented 8 years ago

Use https://github.com/defunctzombie/node-uuid instead. It's easier to adapt to sjs! (we'll just customize the RNG).