age
// usage
randBox.age()
randBox.age({ type: 'child' })Generate a random age
randBox.age();
=> 45Default range is between 1 and 120
Optionally specify one of a handful of enumerated age types:
randBox.age({type: 'child'});
=> 9Allowed types are: child, teen, adult, senior
Last updated on: