25#ifndef vtkGaussianRandomSequence_h
26#define vtkGaussianRandomSequence_h
28#include "vtkCommonCoreModule.h"
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()
double GetNextScaledValue(double mean, double standardDeviation)
Return the next value in the sequence given the mean and standard deviation of the Gaussian.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
a simple class to control print indentation
Generate a sequence of random numbers.