Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ Number
Method
Number
src/main/java/com/github/javafaker/Number.java:8–10 ·
view source on GitHub ↗
(Faker faker)
Source
from the content-addressed store, hash-verified
6
private
final
Faker faker;
7
8
protected
Number(Faker faker) {
9
this.faker = faker;
10
}
11
12
/**
13
* Returns a random number from 0-9 (both inclusive)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected