Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testBool
Method · 0.45
characters
Method · 0.45
image
Method · 0.45
Calls
2
nextBoolean
Method · 0.80
random
Method · 0.45
Tested by
1
testBool
Method · 0.36