An open API service indexing awesome lists of open source software.

https://github.com/coderanchel/my-first-npm-package

First npm package
https://github.com/coderanchel/my-first-npm-package

Last synced: over 1 year ago
JSON representation

First npm package

Awesome Lists containing this project

README

          

## What is this?
A random number generator

## https://www.npmjs.com/package/anchelrng

## Instalation

Run `npm i anchelrng`

Use:
````
import rng from 'anchelrng';

randomNumberGenerator(1, 100);

```
## Parameters

The random number generator accepts tow parameters, min and max values.

by defalt are 0, and 100.