Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ randApp
Method
randApp
ZezeJava/ZezeJavaTest/src/Infinite/Simulate.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
App randApp() {
44
return
randApp(Apps.size());
45
}
46
47
public
App randApp(
int
max) {
48
return
Apps.get(Random.getInstance().nextInt(Math.min(max, Apps.size())));
Callers
5
Run
Method · 0.45
prepare
Method · 0.45
verify
Method · 0.45
Run
Method · 0.45
verify
Method · 0.45
Calls
4
getInstance
Method · 0.95
size
Method · 0.65
get
Method · 0.65
nextInt
Method · 0.45
Tested by
no test coverage detected