Skip to content

Value-randomer. Generate some cool random values with this module!

Notifications You must be signed in to change notification settings

mafineeek/value-randomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to value-randomer 👋

Version Documentation Maintenance License: ISC Twitter: muffionex Downloads

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

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

About

Value-randomer. Generate some cool random values with this module!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published