1.1.6 ā€¢ Published 3 years ago

value-randomer v1.1.6

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

Best module to randomize some cool stuff! From random integers to uuid generator!

šŸ  Homepage

Install

npm install value-randomer

Usage

<Randomer>.randomInt(min, max)

Returns random integer from min to max. Both arguments are required!

<Randomer>.randomHex(showHash?)

Generates random HEX number. showHash is optional argument. When showHash value is true, returns for example: #7289da, when false or not set 7289da

<Randomer>.uuid()

Returns new generated UUID

NEW!

<Randomer>.randomCharset(lenght)

Returns random charset, lenght argument is optional. Default: 5

Author

šŸ‘¤ xmuffionex

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 xmuffionex. This project is ISC licensed.


This README was generated with ā¤ļø by readme-md-generator

1.1.6

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago