Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bnjbvr/trinity
/ wasmImportRandU64
Method
wasmImportRandU64
java-module/Sys.java:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
private
Sys() {}
13
14
@Import(name =
"rand-u64"
, module =
"sys"
)
15
private
static
native long wasmImportRandU64();
16
17
public
static
long randU64() {
18
long result = wasmImportRandU64();
Callers
1
randU64
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected