Skip to content

justin-oh/ohjs-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Javascript module that provides 2 functions: 1 for generating a random integer and 1 for generating a random string.

Basic usage:

import {
    randomInteger,
    randomString,
} from 'ohjs-random';

const randomInt = randomInteger(0, 10);

const randomStr = randomString(20);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published