Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ rand_getNumSeeds
Function
rand_getNumSeeds
quest/src/core/randomiser.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
int rand_getNumSeeds() {
104
105
return currentSeeds.size();
106
}
107
108
109
vector<unsigned> rand_getSeeds() {
Callers
2
getNumSeeds
Function · 0.85
getSeeds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected