# everything-random

> A lightweight package to make your life so much easier

Latest version **1.0.3** (published 2022-03-04) · MPL-2.0 license · 0 weekly downloads

## Install

```sh
npm install everything-random
pnpm add everything-random
yarn add everything-random
bun add everything-random
```

## 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 | 2022-03-04 |
| First published | 2022-03-04 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 18.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | RealizmModz |
| Maintainers | realizmmodzv2 |
| Keywords | Realizm, Random, Number, Random, Object, Easy, Beginners |

## Links

- npm: https://www.npmjs.com/package/everything-random
- Repository: https://github.com/RealizmModz/Everything-Random
- Homepage: https://github.com/RealizmModz/Everything-Random#readme
- Issues: https://github.com/RealizmModz/Everything-Random/issues
- npm.io page: https://npm.io/package/everything-random

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2022-03-04
- 1.0.2 — 2022-03-04
- 1.0.1 — 2022-03-04
- 1.0.0 — 2022-03-04

## README

# Everything-Random
A lightweight package to make getting random numbers and objects so much easier

## Installation

Using npm:
```shell
$ npm i everything-random
```

In Node.JS:
```js
const er = require('everything-random');
const array = ["Hi", "Hello", "Car", "Food"];

er.randomNumber(1, 10, true);

er.randomArrayObject(array)

```
Usage:
```
er.randomNumber(min : Number, max : Number, round : Boolean)
```

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