# [xethya-random-bbs](https://github.com/xethya/xethya-random-bbs)

[![NPM version](http://img.shields.io/npm/v/xethya-random-bbs.svg?style=flat-square)](https://www.npmjs.com/package/xethya-random-bbs)
[![NPM downloads](http://img.shields.io/npm/dm/xethya-random-bbs.svg?style=flat-square)](https://www.npmjs.com/package/xethya-random-bbs)
[![Build Status](http://img.shields.io/travis/xethya/xethya-random-bbs/master.svg?style=flat-square)](https://travis-ci.org/xethya/xethya-random-bbs)
[![Coverage Status](https://img.shields.io/coveralls/xethya/xethya-random-bbs.svg?style=flat-square)](https://coveralls.io/xethya/xethya-random-bbs)
[![Dependency Status](http://img.shields.io/david/xethya/xethya-random-bbs.svg?style=flat-square)](https://david-dm.org/xethya/xethya-random-bbs)

> An implementation of the Blum Blum Shub PRNG.

### How to Install

```sh
$ npm install xethya-random-bbs
```

### Getting Started

...

### How to Test

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

```sh
$ 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:

```sh
$ npm install -g easystatic
$ npm start
```

### License

MIT © 2016 Joel A. Villarreal Bertoldi
