@turtle-pog/randomnum

Randomly generate a number between 2 numbers


Keywords
rand, random, number, randNum, AidanTheDev
License
ISC
Install
npm install @turtle-pog/randomnum@1.0.1

Documentation

Welcome to randomNum 👋

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