forging2012 / btc-forging2012

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%