NOTE: There is a OOTB script that generates password but length is between 8 to 10 characters. However, if you need a simple password generator with specified length you can use this.
var helper = new PasswordGenerator();
var result = helper.generate(20); // length of password