14#ifndef vtkGaussianRandomSequence_h 
   15#define vtkGaussianRandomSequence_h 
   17#include "vtkCommonCoreModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
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.