How to Install random-seed NPM Packages on Ubuntu / Debian

How to Install random-seed software package in NPM Packages

random-seed : GRCs UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation). You can installing random-seed 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-seed
$ sudo npm install -g random-seed

If want to update the random-seed package execute the command as below,

$ sudo npm update random-seed

Update package globally,

$ npm install -g random-seed

Git clone:

$ sudo  git clone https://github.com/rektide/random-seed.git
$ sudo  npm install -g ./random-seed

random-seed@0.3.0 /usr/lib/node_modules/random-seed

How to remove random-seed package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall random-seed

Basic Information of random-seed NPM Package:

Package Name random-seed
Version 0.3.0
Description GRCs UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Released Date 2015-11-27T21:35:47.606Z
Published by skratchdot
How to Learn https://www.npmjs.com/package/random-seed/tutorial