random-js : A mathematically correct random number generator library for JavaScript.. You can installing random-js 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-js $ sudo npm install -g random-js
If want to update the random-js package execute the command as below,
$ sudo npm update random-js
Update package globally,
$ npm install -g random-js
$ sudo git clone https://github.com/rektide/random-js.git
$ sudo npm install -g ./random-js
random-js@1.0.8 /usr/lib/node_modules/random-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall random-js
| Package Name | random-js |
| Version | 1.0.8 |
| Description | A mathematically correct random number generator library for JavaScript. |
| Released Date | 2015-10-14T05:33:34.509Z |
| Published by | ckknight |
| How to Learn | https://www.npmjs.com/package/random-js/tutorial |