array-random

0.0.4 • Public • Published

Array Random

Randomize the elements in a given array.

Installation

To get the latest version, simply run

npm install array-random --save

Usage

const random = require('array-random')

const array = [1,2,3,4,5,6,7,8,9]
const randomized = random(array) // [1,4,3,2,6,8,7,9,5]

Readme

Keywords

Package Sidebar

Install

npm i array-random

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

3.04 kB

Total Files

5

Last publish

Collaborators

  • sherl0ck