hexadecimal-gen

1.0.1 • Public • Published

Hexadecimal Generator

A simple random hexadecimal generator.

Installation

npm install hexadecimal-gen

Usage

var hgen = require('hexadecimal-gen');

var hex = hgen(128);
console.log(hex); // Outputs something like: 128d93ec4e4c737bbeae10c35db6becb

API

hgen(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).

Package Sidebar

Install

npm i hexadecimal-gen

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

4.27 kB

Total Files

6

Last publish

Collaborators

  • even.