Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ seed
Method
seed
gecode/driver/options.hpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
inline void
276
Options::seed(unsigned int s) {
277
_seed.value(s);
278
}
279
inline unsigned int
280
Options::seed(void) const {
281
return _seed.value();
Callers
6
main
Function · 0.45
run_test
Function · 0.45
JobShopSolve
Method · 0.45
solve
Function · 0.45
Photo
Method · 0.45
createBranchers
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
1
run_test
Function · 0.36