32#ifndef vtkRandomSequence_h
33#define vtkRandomSequence_h
35#include "vtkCommonCoreModule.h"
a simple class to control print indentation
abstract base class for most VTK objects
Sequence of random numbers.
~vtkRandomSequence() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Next()=0
Move to the next number in the random sequence.
virtual double GetValue()=0
Current value.