# @reactioncommerce/random

> A drop-in replacement for the 'random' Meteor package

Latest version **1.0.2** (published 2019-10-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @reactioncommerce/random
pnpm add @reactioncommerce/random
yarn add @reactioncommerce/random
bun add @reactioncommerce/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.2 |
| Published | 2019-10-09 |
| First published | 2018-04-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 19.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Reaction Commerce |
| Maintainers | aldeed, rc-publisher, reactionadmin, spencern, ticean |

## Links

- npm: https://www.npmjs.com/package/@reactioncommerce/random
- Repository: https://github.com/reactioncommerce/random
- Homepage: https://github.com/reactioncommerce/random#readme
- Issues: https://github.com/reactioncommerce/random/issues
- npm.io page: https://npm.io/package/@reactioncommerce/random

## Recent versions

- 1.0.2 (latest) — 2019-10-09
- 1.0.1 — 2018-04-24
- 1.0.0 — 2018-04-24

## README

# Random

A drop-in replacement for the [Meteor random package](https://docs.meteor.com/packages/random.html). Unlike the Meteor package, you can use this either with or without Meteor.

## Installation

```bash
npm i --save @reactioncommerce/random
```

## Usage

```js
import Random from "@reactioncommerce/random";

const id = Random.id();
```

## API

[See Meteor package documentation](https://docs.meteor.com/packages/random.html)

## Other similar packages

The [meteor-random](https://www.npmjs.com/package/meteor-random) NPM package ported Meteor's random package a few years back. This has the latest updates, modernized code, and tests.

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