MCPcopy Create free account
hub / github.com/Gecode/gecode / rnd

Method rnd

gecode/search/cutoff.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return new CutoffGeometric(base,scale);
162 }
163 Cutoff*
164 Cutoff::rnd(unsigned int seed,
165 unsigned long long int min,
166 unsigned long long int max,
167 unsigned long long int n) {
168 return new CutoffRandom(seed,min,max,n);
169 }
170 Cutoff*
171 Cutoff::append(Cutoff* c1, unsigned long long int n, Cutoff* c2) {
172 return new CutoffAppend(c1,n,c2);

Callers 4

BoolValBranch i2bFunction · 0.45
val-sel.hppFile · 0.45
val-sel.hppFile · 0.45
val-sel.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected