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