Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ rand_getSeeds
Function
rand_getSeeds
quest/src/core/randomiser.cpp:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
109
vector<unsigned> rand_getSeeds() {
110
111
// returns a copy, so currentSeeds stays unmutated
112
return currentSeeds;
113
}
114
115
116
Callers
1
getSeeds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected