#include <valuegen.h>
Inheritance diagram for ValueGenerator_Correlate


Public Methods | |
| ValueGenerator_Correlate (T* master_value_ptr, T* uncorrelation_ptr, T lower_bound, T upper_bound) | |
| master_value_ptr and uncorrelation_ptr should be const. More... | |
| ValueGenerator_Correlate (StringArgs& args, T* ref=0) | |
| ValueGenerator_Correlate (const ValueGenerator_Correlate& other) | |
| Copy constructor. More... | |
| virtual bool | next () |
| Advance to the next state (whatever that means for this object). More... | |
| virtual void | reset () |
| Reset to the starting state. More... | |
| virtual ValueGenerator<T>* | clone () const |
| Constructs an identical copy of self and returns it. More... | |
If using a uniform distribution, the value is cropped to the given bounds, but it is not otherwise since the cropping would either change the distribution or would require generating a number (possibly infinite) of different values from the distribution before finding one in the right range.
Definition at line 202 of file valuegen.h.
|
||||||||||
|
master_value_ptr and uncorrelation_ptr should be const.
Definition at line 210 of file valuegen.h. Referenced by clone(). |
|
||||||
|
Definition at line 217 of file valuegen.h. |
|
||||
|
Copy constructor.
Definition at line 240 of file valuegen.h. |
|
||||
|
Constructs an identical copy of self and returns it.
Reimplemented from ValueGenerator. Definition at line 263 of file valuegen.h. |
|
||||
|
Advance to the next state (whatever that means for this object).
Reimplemented from ValueGenerator. Definition at line 244 of file valuegen.h. |
|
||||
|
Reset to the starting state.
Reimplemented from ValueGenerator. Definition at line 261 of file valuegen.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000