0.0.1 • Published 7 years ago

node-randomize v0.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

Whois SMS

Just another random number/string generator for Node.js

npm install --save node-randomize

API

Create Number

var random = require("node-randomize");
random.number(MIN = 0, MAX = 0x7FFFFFFF);

Create Float

random.float();

Create String

random.string(LENGTH = 32);

Create GUID String

random.guid();

TODO

  • More randomize types such as random images.