@turtle-pog/randomnum

1.0.1 • Public • Published

Welcome to randomNum 👋

Version Documentation License: Apache License 2.0

Randomly generate a number between 2 numbers

🏠 Homepage

Install

npm install @turtle-pog/randomnum

Usage

const randNum = require('@turtle-pog/randomnum')
let settings = {
    minimum: 1,
    maximum: 10,
}

console.log(randNum(settings))

Author

👤 AidanTheDev

🤝 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 © 2023 AidanTheDev.
This project is Apache License 2.0 licensed.


This README was generated with ❤️ by readme-md-generator

Package Sidebar

Install

npm i @turtle-pog/randomnum

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.81 kB

Total Files

6

Last publish

Collaborators

  • turtle-pog