Skip to content

A module to return a random string with a given length.

Notifications You must be signed in to change notification settings

NazoSnare/malcom-random-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

malcom-random-string

A module that returns random alphanumeric strings.

HOW TO INSTALL

 npm install malcom-random-string --save
## HOW TO USE
var random = require('malcom-random-string');




## METHOD

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

console.log(random.RandomChar(10))
// Returns b2pcd13ezq or a random string with 10 characters

About

A module to return a random string with a given length.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published