0.0.4 • Published 7 years ago

random-48 v0.0.4

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

random-48

Windows Build Status Current Version dependency Status devDependency Status

random-48 is a Node.js binding for Windows CryptGenRandom function

Installing

You can install random-48 as a dependency of your project using NPM like so, provided you have met the dependencies listed below.

> npm install --save random-48

Dependencies

API

random(void)

const Generate = require('random-48');
const random = Generate.random();
// random now contains a random 48 bit integer

Todo

  • Make cross-platform
  • Allow user options?
  • Improve tests

License

rand is licensed under BSD-3-Clause.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago