Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ raw_rand
Function
raw_rand
libs/orbit-essentials/src/cdk.rs:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
use ic_cdk::api::call::CallResult;
113
114
pub async fn raw_rand() -> CallResult<(Vec<u8>,)> {
115
Ok((vec![0; 32],))
116
}
117
}
118
}
119
}
Callers
1
initialize_rng
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected