secure-rnd

1.0.0 • Public • Published

Secure Rnd

This module provide a secure random generation using a Tom Wu library. To create documentation you must install JSDuck and type in your terminal:

$ ./gen_doc.sh

Usage

Load secure-rnd into your app:

var Random  = require('secure-rnd');
var rnd = new Random();
var codes  = [];
codes.length = 10;
rnd(codes);
console.log(codes);

See full documentation into doc folder. For more informations see RSA and ECC in Javascript

Readme

Keywords

Package Sidebar

Install

npm i secure-rnd

Weekly Downloads

22

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mgesmundo