Skip to content

A nodejs barebone implementation of pseudorandom number generator (uses non-standard entropy)

Notifications You must be signed in to change notification settings

maxjerin/prng-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A nodejs barebone implementation of pseudorandom number generator (uses entropy from a third-party source)

Requirements

Ensure following are installed

  • node
  • npm
  • yarn

Usage

  • Get dependencies by running $ yarn
  • Make ./index.js executable chmod +x ./index.js
  • Use -hex or -h for Hexadecimal random string $ ./index.js random --hex
  • Use -binary or --b for Binary random string $ ./index.js random --binary

About

A nodejs barebone implementation of pseudorandom number generator (uses non-standard entropy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published