1.0.1 • Published 12 months ago

random_generator_package v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Random Generator Package

A library for generating random data.

Functions:

getRandomNames(count)

Generates an array of random names.

getRandomCities(count)

Generates an array of random cities.

getRandomNumbers(count, min, max)

Generates an array of random numbers.

getRandomDates(count, start, end)

Generates an array of random dates.

Installation

npm install random_generator_package

Usage

Here is an example of how to use the package:

const random = require('random_generator_package')
console.log(random.getRandomNumbers(14, 5, 10));
1.0.1

12 months ago

1.0.0

12 months ago