# randomize-array

> Good 'ol fashion array randomizing!

Latest version **1.2.0** (published 2018-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install randomize-array
pnpm add randomize-array
yarn add randomize-array
bun add randomize-array
```

## 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 | 2018-09-11 |
| First published | 2018-09-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Qodesmith |
| Maintainers | qodesmith |
| Keywords | randomize, array, random, shuffle |

## Links

- npm: https://www.npmjs.com/package/randomize-array
- Repository: https://github.com/qodesmith/randomize-array
- Homepage: https://github.com/qodesmith/randomize-array#readme
- Issues: https://github.com/qodesmith/randomize-array/issues
- npm.io page: https://npm.io/package/randomize-array

## Recent versions

- 1.2.0 (latest) — 2018-09-11
- 1.1.0 — 2018-09-11
- 1.0.0 — 2018-09-11

## README

# Randomize Array

You like arrays? You like randomness? Well have I got a deal for you! Introducing `randomize-array`! For the low-low price of an `npm install` you too can enjoy the fabulous life of having your arrays randomized in no time. And we're not talking just *any* randomization - we're talking *vanilla JavaScript randomization!* What does that exactly mean? Who cares! Stop asking silly questions and get *your* array randomized today!

## Installation

```bash
npm install randomize-array
```

## Usage

```javascript
// Import this fabulous utility.
const randomize = require('randomize-array')

// A nice array. A neat array. We're talking ocd-everything-in-place array.
const allInPlaceOcdStyle = [1, 2, 3, 4, 5, 6]

// Sit back and enjoy the randomized show.
const iNeedChaos = randomize(allInPlaceOcdStyle)
```


Thank you for using `randomized-array`. All sales are final. No refunds whatsoever. Exchanges or store credit within 10 days only. See developer for details.

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