random-node
v1.0.3
Published
Random string int and number
Downloads
1
Readme
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)