Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getNumSeeds
Function
getNumSeeds
quest/src/api/debug.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
int getNumSeeds() {
53
validate_envIsInit(__func__);
54
55
return rand_getNumSeeds();
56
}
57
58
void getSeeds(unsigned* seeds) {
59
validate_envIsInit(__func__);
Callers
2
SECTION
Function · 0.85
getSeeds
Function · 0.85
Calls
2
validate_envIsInit
Function · 0.85
rand_getNumSeeds
Function · 0.85
Tested by
no test coverage detected