41#ifndef vtkMinimalStandardRandomSequence_h
42#define vtkMinimalStandardRandomSequence_h
44#include "vtkCommonCoreModule.h"
100 void Next() VTK_OVERRIDE;
114 virtual
double GetRangeValue(
double rangeMin,
a simple class to control print indentation
Park and Miller Sequence of pseudo random numbers.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double GetValue() override
Current value.
static vtkMinimalStandardRandomSequence * New()
void SetSeed(int value)
Set the seed of the random sequence.
int GetSeed()
Get the seed of the random sequence.
void SetSeedOnly(int value)
Set the seed of the random sequence.
Sequence of random numbers.