https://github.com/adamisntdead/random-value
Javascript Random Value Generation
https://github.com/adamisntdead/random-value
random random-generation random-number-generators random-string
Last synced: 12 months ago
JSON representation
Javascript Random Value Generation
- Host: GitHub
- URL: https://github.com/adamisntdead/random-value
- Owner: adamisntdead
- License: other
- Created: 2017-04-20T15:43:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T15:53:01.000Z (almost 9 years ago)
- Last Synced: 2025-03-07T01:26:04.432Z (about 1 year ago)
- Topics: random, random-generation, random-number-generators, random-string
- Language: JavaScript
- Homepage: http://random-value.surge.sh
- Size: 4.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
random-value
> Random Value Generation
>
> [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
-----
## Installation
```sh
$ npm install --save random-value
```
## Functions
Check out the docs! [random-value.surge.sh](http://random-value.surge.sh)
## Usage
```js
const random = require('random-value');
random.randomNumber() // Generates a random Number
random.randomBool() // Generates a random Boolean
```
## Tests / Coverage

## License
Apache-2.0 © [Adam Kelly](github.com/adamisntdead)
[npm-image]: https://badge.fury.io/js/random-value.svg
[npm-url]: https://npmjs.org/package/random-value
[travis-image]: https://travis-ci.org/adamisntdead/random-value.svg?branch=master
[travis-url]: https://travis-ci.org/adamisntdead/random-value
[daviddm-image]: https://david-dm.org/adamisntdead/random-value.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/adamisntdead/random-value