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

Method lastName

src/main/java/com/github/javafaker/Address.java:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 public String lastName() {
83 return faker.name().lastName();
84 }
85
86 public String latitude() {
87 return String.format("%.8g", (faker.random().nextDouble() * 180) - 90);

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected