1.0.2 • Published 8 years ago

random-age v1.0.2

Weekly downloads
45
License
MIT
Repository
github
Last release
8 years ago

random-age

Generate a random age.

MIT License

build:? coverage:?

Install

$ npm install --save random-age 

Usage

var randomAge = require('random-age');

// API
// - randomAge();
// - randomAge([options]);

Default range is between 1 and 120:

randomAge();
// => 45

Optionally specify one of a handful of enumerated age types:

randomAge({ type: 'child' });
// => 9

Allowed types are: child, teen, adult, senior.

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.