# @lyo/random

A browser-compatible version of [random](https://www.npmjs.com/package/random) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/random)](https://www.npmjs.com/package/@lyo/random)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/random)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/random/badge)](https://www.jsdelivr.com/package/npm/@lyo/random)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/random"></script>
```

#### In Node.js

```sh
# Install
npm i @lyo/random
```

```js
const random = require('@lyo/random')
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk