MCPcopy Create free account
hub / github.com/bnjbvr/trinity / Sys

Method Sys

java-module/Sys.java:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11public final class Sys {
12 private Sys() {}
13
14 @Import(name = "rand-u64", module = "sys")
15 private static native long wasmImportRandU64();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected