MCPcopy Create free account
hub / github.com/DiUS/java-faker / password

Method password

src/main/java/com/github/javafaker/Internet.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public String password() {
110 return password(8, 16);
111 }
112
113 public String password(boolean includeDigit) {
114 return password(8, 16, false, false, includeDigit);

Calls 4

loremMethod · 0.80
nextIntMethod · 0.80
charactersMethod · 0.45
randomMethod · 0.45