#include <UT_RandomSequence.h>
Public Member Functions | |
| UT_RandomSequence (int n=0, int c=0) | |
| void | setCurrent (int c=0) |
| void | setSize (int n) |
| unsigned | getCurrent (void) |
| unsigned | getSize (void) |
| unsigned | getNext (void) |
Definition at line 19 of file UT_RandomSequence.h.
| UT_RandomSequence::UT_RandomSequence | ( | int | n = 0, |
|
| int | c = 0 | |||
| ) | [explicit] |
| unsigned UT_RandomSequence::getCurrent | ( | void | ) | [inline] |
Definition at line 27 of file UT_RandomSequence.h.
| unsigned UT_RandomSequence::getNext | ( | void | ) |
| unsigned UT_RandomSequence::getSize | ( | void | ) | [inline] |
Definition at line 28 of file UT_RandomSequence.h.
| void UT_RandomSequence::setCurrent | ( | int | c = 0 |
) | [inline] |
Definition at line 24 of file UT_RandomSequence.h.
| void UT_RandomSequence::setSize | ( | int | n | ) |
1.5.9