#include <valuegen.h>
Inheritance diagram for ValueGenerator_Random


Public Methods | |
| ValueGenerator_Random (T mean, T radius=0) | |
| ValueGenerator_Random (T* mean_ptr, T* radius_ptr) | |
| ValueGenerator_Random (StringArgs& args) | |
| ValueGenerator_Random (const ValueGenerator_Random& 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... | |
Definition at line 155 of file valuegen.h.
|
||||||
|
Definition at line 162 of file valuegen.h. Referenced by clone(). |
|
||||||
|
Definition at line 165 of file valuegen.h. |
|
||||
|
Definition at line 169 of file valuegen.h. |
|
||||
|
Copy constructor.
Definition at line 176 of file valuegen.h. |
|
||||
|
Constructs an identical copy of self and returns it.
Reimplemented from ValueGenerator. Definition at line 186 of file valuegen.h. |
|
||||
|
Advance to the next state (whatever that means for this object).
Reimplemented from ValueGenerator. Definition at line 181 of file valuegen.h. |
|
||||
|
Reset to the starting state.
Reimplemented from ValueGenerator. Definition at line 184 of file valuegen.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000