29 #ifndef vtkBoxMuellerRandomSequence_h 30 #define vtkBoxMuellerRandomSequence_h 32 #include "vtkCommonCoreModule.h" 86 #endif // #ifndef vtkBoxMuellerRandomSequence_h
Generate a sequence of random numbers.
virtual void Next()=0
Move to the next number in the random sequence.
virtual double GetValue()=0
Return the current value.
a simple class to control print indentation
vtkRandomSequence * UniformSequence
Gaussian sequence of pseudo random numbers.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Gaussian sequence of pseudo random numbers implemented with the Box-Mueller transform.
void Initialize(vtkTypeUInt32 vtkNotUsed(seed)) override
Satisfy general API of vtkRandomSequence superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.