random-int : Generate a random integer. You can installing random-int npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install random-int $ sudo npm install -g random-int
If want to update the random-int package execute the command as below,
$ sudo npm update random-int
Update package globally,
$ npm install -g random-int
$ sudo git clone https://github.com/rektide/random-int.git
$ sudo npm install -g ./random-int
random-int@1.0.0 /usr/lib/node_modules/random-int
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall random-int
| Package Name | random-int |
| Version | 1.0.0 |
| Description | Generate a random integer |
| Released Date | 2015-06-26T22:26:10.326Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/random-int/tutorial |