Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getSeeds
Function
getSeeds
quest/src/api/debug.cpp:58–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void getSeeds(unsigned* seeds) {
59
validate_envIsInit(__func__);
60
61
auto vec = rand_getSeeds();
62
auto num = rand_getNumSeeds();
63
64
for (int i=0; i<num; i++)
65
seeds[i] = vec[i];
66
}
67
68
69
Callers
2
setRandomTestStateSeeds
Function · 0.85
SECTION
Function · 0.85
Calls
6
validate_envIsInit
Function · 0.85
rand_getSeeds
Function · 0.85
rand_getNumSeeds
Function · 0.85
getNumSeeds
Function · 0.85
validate_tempAllocSucceeded
Function · 0.85
util_tryAllocVector
Function · 0.85
Tested by
no test coverage detected