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.
vtkRandomSequence * GetUniformSequence()
Return the uniformly distributed sequence of random numbers.
double GetValue() override
Current value.
void Next() override
Move to the next number in the random sequence.
static vtkBoxMuellerRandomSequence * New()
Standard methods for instantiation, type information, and printing.
void SetUniformSequence(vtkRandomSequence *uniformSequence)
Set the uniformly distributed sequence of random numbers.
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.
~vtkBoxMuellerRandomSequence() override
vtkBoxMuellerRandomSequence()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.