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

Method bool

src/main/java/com/github/javafaker/Bool.java:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 public boolean bool() {
11 return faker.random().nextBoolean();
12 }
13}

Callers 3

testBoolMethod · 0.45
charactersMethod · 0.45
imageMethod · 0.45

Calls 2

nextBooleanMethod · 0.80
randomMethod · 0.45

Tested by 1

testBoolMethod · 0.36