MCPcopy 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

RunMethod · 0.45
prepareMethod · 0.45
verifyMethod · 0.45
RunMethod · 0.45
verifyMethod · 0.45

Calls 4

getInstanceMethod · 0.95
sizeMethod · 0.65
getMethod · 0.65
nextIntMethod · 0.45

Tested by

no test coverage detected