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

Method submitTasks

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:80–84  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

78 public static final StableRandom randSeed = new StableRandom(timeNow);
79
80 public Future<?> submitTasks(int i) {
81 var seed = randSeed.nextLong();
82 //logger.info("submitTasks: seed={}", s);
83 return Task.runUnsafe(app.Zeze.newProcedure(() -> runJobs(seed, null), "runJob"));
84 }
85
86 public static StableRandom getRandom() {
87 return StableRandom.local();

Callers 1

testMainMethod · 0.80

Calls 4

runUnsafeMethod · 0.95
runJobsMethod · 0.95
nextLongMethod · 0.45
newProcedureMethod · 0.45

Tested by

no test coverage detected