MCPcopy Create free account
hub / github.com/e2wugui/zeze / run

Method run

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:139–142  ·  view source on GitHub ↗
(BValue value)

Source from the content-addressed store, hash-verified

137
138 public static class Bool4 implements Job {
139 @Override
140 public void run(BValue value) {
141 value.setBool4(getRandom().nextInt(2) == 1);
142 }
143 }
144
145 public static class Short5 implements Job {

Callers

nothing calls this directly

Calls 2

getRandomMethod · 0.80
nextIntMethod · 0.45

Tested by

no test coverage detected