1.0.3 • Published 7 years ago

random-node v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

random node module

Random string

npm i random-node

var random = require('random-node');

random.int(4,5); // return example 2517

random.count(0,100); // return example 87

random.str(6,9); // return example hG21Kke2

random.str(5,9); // return example $ds#8d)

random.key(4,6,6,10); //return example f4fdIf8-23refJ-g4Eu78-rdwsfdE-g8890dD randomKey(minKeys, minString, maxKeys, maxString)

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago