31 #ifndef vtkRandomSequence_h
32 #define vtkRandomSequence_h
34 #include "vtkCommonCoreModule.h"
a simple class to control print indentation
abstract base class for most VTK objects
Generate a sequence of random numbers.
virtual void Initialize(vtkTypeUInt32 seed)=0
Initialize the sequence with a seed.
~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
Return the current value.