Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bnjbvr/trinity
/ randU64
Method
randU64
java-module/Sys.java:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
private
static
native long wasmImportRandU64();
16
17
public
static
long randU64() {
18
long result = wasmImportRandU64();
19
return
result;
20
21
}
22
23
}
24
Callers
nothing calls this directly
Calls
1
wasmImportRandU64
Method · 0.95
Tested by
no test coverage detected