0.10.1 • Published 6 years ago

random-hex-character-generator v0.10.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

random-hex-character-generator

A modules that returns alphanumerics and hex strings.

HOW TO INSATALL

$ npm install random-hex-character-generator

HOW TO USE

var random = require('random-hex-character-generator');

METHOD

RandomHax

  • This method takes in an integer value which specifies the lenght of returned string.
console.log(RandomHax(10));
//Returns ab23lkd4we

License

MIT