35 #ifndef vtkMinimalStandardRandomSequence_h
36 #define vtkMinimalStandardRandomSequence_h
38 #include "vtkCommonCoreModule.h"
64 void SetSeed(
int value);
77 void SetSeedOnly(
int value);
94 void Next() VTK_OVERRIDE;
108 virtual
double GetRangeValue(
double rangeMin,
113 ~vtkMinimalStandardRandomSequence() VTK_OVERRIDE;
116 vtkMinimalStandardRandomSequence(const vtkMinimalStandardRandomSequence&) VTK_DELETE_FUNCTION;
117 void operator=(const vtkMinimalStandardRandomSequence&) VTK_DELETE_FUNCTION;
120 #endif // #ifndef vtkMinimalStandardRandomSequence_h
Sequence of random numbers.
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...