1.0.1 • Published 2 years ago

nanu-browlib v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nanu-addnumb

Node.js module that generates a nanu-addnumb.

Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4.

To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes.

Installation

$ npm install nanu-addnumb

Usage

var add = require('nanu-addnumb');

console.log(add(1,3,343,4,34,345));