hex-generator

1.0.1 • Public • Published

Hex Generator

A simple random hexadecimal generator.

Installation

npm install hex-generator

Usage

var hexgen = require('hex-generator');
 
var hex = hexgen(128);
console.log(hex); // Outputs something like: 128d93ec4e4c737bbeae10c35db6becb

API

hexgen(bits)

The bits parameter indicates how many bits should be generated and expressed as hexadecimal. If bits is omitted the default will be 64 bits (16 hex characters).

/hex-generator/

    Package Sidebar

    Install

    npm i hex-generator

    Weekly Downloads

    240

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    6.41 kB

    Total Files

    8

    Last publish

    Collaborators

    • chriscarleton