Cutoff generator for the random sequence.
More...
#include <search.hh>
Cutoff generator for the random sequence.
Definition at line 312 of file search.hh.
Gecode::Search::CutoffRandom::CutoffRandom |
( |
unsigned int |
seed, |
|
|
unsigned long int |
min, |
|
|
unsigned long int |
max, |
|
|
unsigned long int |
n |
|
) |
| |
|
inline |
unsigned long int Gecode::Search::CutoffRandom::operator() |
( |
void |
| ) |
const |
|
virtual |
unsigned long int Gecode::Search::CutoffRandom::operator++ |
( |
void |
| ) |
|
|
virtual |
Random number generator.
Definition at line 315 of file search.hh.
unsigned long int Gecode::Search::CutoffRandom::min |
|
protected |
Minimum cutoff value.
Definition at line 317 of file search.hh.
unsigned long int Gecode::Search::CutoffRandom::n |
|
protected |
unsigned long int Gecode::Search::CutoffRandom::step |
|
protected |
unsigned long int Gecode::Search::CutoffRandom::cur |
|
protected |
The documentation for this class was generated from the following files: