all-random
v1.2.1
Published
A package that helps you with everything related to randomness
Downloads
8
Maintainers
Readme
Installation
You can install all-random with npm by running:
$ npm install all-random
| Method | args | returns | | :--- | :------- | :-----: | | 👍 randomBoolean() | | boolean | | 🔮 randomEmoji() | | string | | 📝 randomString() | length: length of the string (default: 8) | string | | 🔢 randomInt() | max: maximum number (default: 100) | number | | 🎨 randomColor() | | string | | 🎯 randomArrayItem() | array | any | | 😺 randomAnimal() | | string | | 🌍 randomCountry() | | object |