1.0.5 • Published 7 years ago

shuffle_range_number v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Installation

$ npm install shuffle_range_number --save

Usage

var shuffle = require('shuffle_range_number'),
    array;//this value will get the random number
/*
1 is minimum and 10 is maximum. This min,max will
be use for define range of shuffle numbers
*/
array = shuffle.range(1,10);

//this should get a random number of array between 1-10
console.log(array);

License

MIT license.

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago