1.1.3 • Published 4 years ago

random_dhruvam v1.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Random_dhruvam

This is a random number generator function which is made just for fun :)

Installation

Basic Installation Use the npm to install random_dhruvam.

npm i random_dhruvam

Usage

var randomDhruvam = require("random_dhruvam")

// first parameter - minimum number, second parameter - maximum number
console.log(randomDhruvam(1,100));  // result 77.34567890

//third parameter is for decimal precision
console.log(randomDhruvam(1,100,2)); // result 56.22

console.log(randomDhruvam(1,100,0)); // result 59

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago