nuuid

0.2.0 • Public • Published

Not (another) Universal Unique Identifier

Generate a unique identifier with salt entropy if wanted. Based on time, bit shifting, and random character code matching.

It's fast and useful for unique identifiers.

Usage

var uuid = nuu.id('entropy-salt'); // entropy-salt is an optional parameter.

Inclusion

### Node.js

 $ npm install nuuid

 var nuu = require('nuuid');

### Browser

 <script src="lib/nuuid.js" type="text/javascript"></script>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    4

Package Sidebar

Install

npm i nuuid

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

  • nijikokun