# danny_wang_rng

> Random Number Generator

Latest version **1.0.1** (published 2020-10-05) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-10-05 |
| First published | 2020-10-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 797 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | danny |
| Maintainers | dannywang |
| Keywords | js, javascript |

## Links

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

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-10-05
- 1.0.0 — 2020-10-05

## README

## what is this?
A random number generator

## Installation
Run `npm i danny_wang_rng`;

Use:
```
import rng from 'danny_wang_rng';

rng(5, 10)
```

## Parameters
The Random Number Generator accepts two parameters, min and max values.

By default, `min` is set to 0, and `max` is set to 100.

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