silly-string It's a random string generator. var rando = require('silly-string'); rando(); // 64 length string. rando(123); // 123 length string.