Skip to content

rabiabaloch425/random-string-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#random-string-generator

A module that returns alphanumeric strings.

HOW TO INSTALL

npm install random-string-generator --save

How To Use

var random = require('./modules/module')

## METHOD

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

Console.log(random.RandomChar(10));
// Returns b2pcd13c3kjkj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published