Skip to content

dharshan-0/random-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-zero

Generates random number of zero

Installation

Install this package by:

 npm i random-zero

Use with npx

You can try this with npx also:

 npx random-zero --start=0 --end=10
 npx random-zero -s 0 -e 10
 npx random-zero

Usage

You can import it like this:

 import zeroGenerator from "random-zero";
 import { generateZero } from "random-zero";

And use it like this:

 console.log(zeroGenerator(0, 10));

About

Generates random number of zero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published