1.0.1 • Published 3 years ago
random-number-genrator-2023-amit-tyagi v1.0.1
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installation
To install and set up the library, run:
$ npm i random-number-genrator-2023-amit-tyagi
Usage
Random Number Generator between 2 Number
const randomNumberGenerator = require('random-number-genrator-2023-amit-tyagi');
console.log(randomNumberGenerator(500, 1000));