tiny-uuid
A tiny Node.js package for UUID generation based on LeverOne's https://gist.github.com/LeverOne/1308368
Last updated 13 years ago by kylepdavis .
Repository · Original npm · Tarball · package.json
$ cnpm install tiny-uuid 
SYNC missed versions from official npm registry.

UUID

Returns a random v4 UUID of the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx, where each x is replaced with a random hexadecimal digit from 0 to f, and y is replaced with a random hexadecimal digit from 8 to b.

Instance, based on recursion, can be found here.

Current Tags

  • 1.0.0                                ...           latest (13 years ago)

1 Versions

  • 1.0.0                                ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |