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

Method characters

src/main/java/com/github/javafaker/Lorem.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public String characters() {
27 return characters(255, false);
28 }
29
30 public String characters(boolean includeUppercase) {
31 return characters(255, includeUppercase);

Calls 3

nextIntMethod · 0.80
randomMethod · 0.45
boolMethod · 0.45