0.0.4 • Published 8 years ago

xethya-random-mtw v0.0.4

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

xethya-random-mtw

NPM version NPM downloads Build Status Coverage Status Dependency Status

Implementation of the Mersenne-Twister algorithm for generation of pseudo-random numbers.

How to Install

$ npm install xethya-random-mtw

Getting Started

Read the docs.

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Run unit tests with Mocha
$ npm run test:watch    # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover    # Run unit tests with code coverage by Istanbul

To launch the documentation site, run:

$ npm install -g serve
$ npm run start

License

MIT © 2016 Joel A. Villarreal Bertoldi

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago