31 #ifndef __vtkRandomSequence_h
32 #define __vtkRandomSequence_h
34 #include "vtkCommonCoreModule.h"
44 virtual double GetValue()=0;
47 virtual void Next()=0;
57 #endif // #ifndef __vtkRandomSequence_h
abstract base class for most VTK objects
Sequence of random numbers.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation