- (unsigned)getNumGenerators The getNumGenerators method returns the current number of generators.
- (unsigned)getNumSegments The getNumSegments method returns the current number of segments.
- (unsigned)getSegmentLength The getSegmentLength method returns the current segment length.
- (BOOL)getAntithetic The getAntithetic method returns the current values of generator parameters.
- initGenerator: (unsigned)vGen The initGenerator method resets the state of a virtual generator to segment #0.
- restartGenerator: (unsigned)vGen The restartGenerator method resets the state of a virtual generator to the start of the current segment.
- advanceGenerator: (unsigned)vGen The advanceGenerator method resets the state of a virtual generator to the next segment.
- jumpGenerator: (unsigned)vGentoSegment: (unsigned long long int)seg The jumpGenerator:toSegment: method resets the state of a virtual generator to start at the specified segment.
- initAll The initAll method resets the state of all the virtual generators to segment #0.
- restartAll The restartAll method resets the state of all the virtual generators to the start of the current segment.
- advanceAll The advanceAll method resets the state of all the virtual generators to the next segment.
- jumpAllToSegment: (unsigned long long int)seg The jumpAlltoSegment: method resets the state of all the virtual generators to start at the specified segment.
- (unsigned long long int)getCurrentCount: (unsigned)vGen The getCurrentCount method returns the current count of the virtual generator.
- (unsigned long long int)getCurrentSegment: (unsigned)vGen The getCurrentSegment method returns the current segment of the virtual generator.