25 #ifndef vtkGaussianRandomSequence_h
26 #define vtkGaussianRandomSequence_h
28 #include "vtkCommonCoreModule.h"
44 double standardDeviation);
Gaussian sequence of pseudo random numbers.
~vtkGaussianRandomSequence() override
virtual double GetScaledValue(double mean, double standardDeviation)
Convenient method to return a value given the mean and standard deviation of the Gaussian distributio...
vtkGaussianRandomSequence()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Sequence of random numbers.