random-val
v0.0.2
Published
A useless library that gives you random stuff
Downloads
4
Readme
random-val
Install
npm i -S random-val
Usage
import RandomVal from 'random-val';
// Create a random-val instance
const serverList = new RandomVal();
serverList.add('http://xxx.xx.com');
serverList.add('http://xxy.xx.com');
// Getting a random value
serverList.getExcept(); // http://xxx.xx.com