array-random-shuffle

0.0.1 • Public • Published

array-random-shuffle

Randomize the order of array items

Motivation

Inspired by Sindre Sorhus

Installation

$ npm install --save array-random-shuffle

Usuage

let arrayRandomShuffle = require('array-random-shuffle');
const shuffled = arrayRanShuffle([10, 20, 30, 40, 50, 60]);
//=> [30, 50, 40, 10, 20, 60]

License

MIT © Bharathvaj Ganesan

Package Sidebar

Install

npm i array-random-shuffle

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bharathvaj