0.10.0 • Published 6 years ago

crypto-random-string-generatorv1 v0.10.0

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

random-string-module

A module that returns alpha numeric strings

HOW TO INSTALL

npm install random-string-module --save

HOW TO USE

var random = require('random-string-module');

## METHOD

# RandomChar
This method takes in an integer value which specifies the length of the returned string.

console.log(random.RandomChar(10))
// Returns sdfger2345