Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ call
Method
call
src/test/java/com/github/javafaker/NumberTest.java:211–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
210
return
uniquePercentageOfResults(numbersToGet,
new
Callable<Double>() {
211
@Override
212
public
Double call() throws Exception {
213
return
faker.number().randomDouble(0, min, max);
214
}
215
});
216
}
217
};
Callers
1
uniquePercentageOfResults
Method · 0.80
Calls
3
randomDouble
Method · 0.80
number
Method · 0.80
numberBetween
Method · 0.80
Tested by
no test coverage detected