btc-forging2012
v1.0.3
Published
# Random Number Generator
Downloads
2
Readme
README
Random Number Generator
This is a simple JavaScript function that generates a random number within a specified range.
Installation
To use this function in your project, you can simply include the random
function and call it with the desired minimum and maximum values.
const random = require('random');
console.log(random(1, 10)); // Output: Random number between 1 and 10
## npm
https://www.npmjs.com/package/btc-forging2012