randhex

0.1.0 • Public • Published

Get random hexadecimal strings of preferable length.

To install:

npm install randhex

Example usage:

var randhex = require('randhex');
 
console.log ( randhex(7) ); // '3d828ee'
console.log ( randhex() ); // 'c72993' Deafults to 6
 

Readme

Keywords

Package Sidebar

Install

npm i randhex

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hemanth