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

Class Float6

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 public static class Float6 implements Job {
153 @Override
154 public void run(BValue value) {
155 value.setFloat6(getRandom().nextInt());
156 }
157 }
158
159 public static class Double7 implements Job {
160 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected