miller-rabin : Miller Rabin algorithm for primality test. You can installing miller-rabin 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 miller-rabin $ sudo npm install -g miller-rabin
If want to update the miller-rabin package execute the command as below,
$ sudo npm update miller-rabin
Update package globally,
$ npm install -g miller-rabin
$ sudo git clone https://github.com/rektide/miller-rabin.git
$ sudo npm install -g ./miller-rabin
miller-rabin@4.0.1 /usr/lib/node_modules/miller-rabin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall miller-rabin
Package Name | miller-rabin |
Version | 4.0.1 |
Description | Miller Rabin algorithm for primality test |
Released Date | 2017-09-27T22:09:20.513Z |
Published by | indutny |
How to Learn | https://www.npmjs.com/package/miller-rabin/tutorial |