random-number-genrator-2023-amit-tyagi
v1.0.1
Published
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Readme
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-tyagiUsage
Random Number Generator between 2 Number
const randomNumberGenerator = require('random-number-genrator-2023-amit-tyagi');
console.log(randomNumberGenerator(500, 1000));