# randomgen

> A module to generate random value in the range [min, max) or [min, max]

Latest version **1.2.0** (published 2016-05-22) · ISC license · 0 weekly downloads

## Install

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

## 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.2.0 |
| Published | 2016-05-22 |
| First published | 2016-05-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | dragfire |
| Maintainers | dragfire |
| Keywords | random, randomgen |

## Links

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

## Recent versions

- 1.2.0 (latest) — 2016-05-22
- 1.1.9 — 2016-05-22
- 1.1.8 — 2016-05-22
- 1.1.7 — 2016-05-22
- 1.1.6 — 2016-05-22
- 1.1.5 — 2016-05-22
- 1.0.4 — 2016-05-22

## README

**Randomgen**

**Installation:**<br>

    npm install randomgen

**Usage:**<br>

    var random = require('randomgen');
    // get a random value in the range [min, max]
    random.IncludeMax(0, 10) // 10 may be generated 
    // get a random value in the range [min, max]
    random.ExcludeMax(0, 10) // High value 10 is excluded

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