29 #ifndef vtkBoxMuellerRandomSequence_h
30 #define vtkBoxMuellerRandomSequence_h
32 #include "vtkCommonCoreModule.h"
51 void Next() VTK_OVERRIDE;
66 ~vtkBoxMuellerRandomSequence() VTK_OVERRIDE;
71 vtkBoxMuellerRandomSequence(const vtkBoxMuellerRandomSequence&) VTK_DELETE_FUNCTION;
72 void operator=(const vtkBoxMuellerRandomSequence&) VTK_DELETE_FUNCTION;
75 #endif // #ifndef vtkBoxMuellerRandomSequence_h
Sequence of random numbers.
virtual double GetValue()=0
Current value.
a simple class to control print indentation
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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.