29#ifndef vtkBoxMuellerRandomSequence_h
30#define vtkBoxMuellerRandomSequence_h
32#include "vtkCommonCoreModule.h"
51 void Next() VTK_OVERRIDE;
Gaussian sequence of pseudo random numbers implemented with the Box-Mueller transform.
static vtkBoxMuellerRandomSequence * New()
double GetValue() override
Current value.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Gaussian sequence of pseudo random numbers.
a simple class to control print indentation
Sequence of random numbers.