1.0.2 • Published 9 years ago

rendom v1.0.2

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

rendom is super simple random string or number generator

Installation

To install rendom, use npm:

npm install rendom 

Usage

var rand = require("rendom");

rand.generate();
// >> "js02jDJsjjsk2i83JGOo29839"

rand.generate(7);
// >> "y5583Jf"

Tests

npm install
npm test

LICENSE

rendom is licensed under the MIT license.