# therandom

> A plugin that generate random number for the user within given values

Latest version **1.0.3** (published 2018-07-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install therandom
pnpm add therandom
yarn add therandom
bun add therandom
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2018-07-27 |
| First published | 2018-07-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | @2cool2envy - Mohit Kapoor |
| Maintainers | 2cool2envy |

## Links

- npm: https://www.npmjs.com/package/therandom
- npm.io page: https://npm.io/package/therandom

## Recent versions

- 1.0.3 (latest) — 2018-07-27
- 1.0.2 — 2018-07-27
- 1.0.0 — 2018-07-26

## README

## Note
Beta version.
 
## Functionality 

A plugin that generate the random number between the number given numbers. <br />

-Lite compact size<br />
-Fast execution<br />
-Save Time<br />

## Code Example

var num = require("therandom"); <br />
var num = theMap.getRand(1,10); <br />
Or <br />
var num = theMap.getAny(); <br />

## Response/Result
Example 1: <br />
getRand(a,b) : An integer between  a and b (a is starting point)<br />
getAny() :     An integer.

## Installation

> npm i therandom

## Contributors

Mohit Kapoor -@2cool2envy - kapoormohit01@gmail.com

## Install NodeJS in your system.

https://nodejs.org/en/download

## Let's together make it more better

eMail : kapoormohit01@gmail.com

---
_Source: https://npm.io/package/therandom · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
