41 #ifndef vtkMinimalStandardRandomSequence_h 42 #define vtkMinimalStandardRandomSequence_h 44 #include "vtkCommonCoreModule.h" 70 void SetSeed(
int value);
83 void SetSeedOnly(
int value);
100 void Next()
override;
114 virtual double GetRangeValue(
double rangeMin,
126 #endif // #ifndef vtkMinimalStandardRandomSequence_h Sequence of random numbers.
virtual void Next()=0
Move to the next number in the random sequence.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual double GetValue()=0
Current value.
a simple class to control print indentation
Park and Miller Sequence of pseudo random numbers.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.