47#ifndef vtkBoxMuellerRandomSequence_h
48#define vtkBoxMuellerRandomSequence_h
50#include "vtkCommonCoreModule.h"
53VTK_ABI_NAMESPACE_BEGIN
70 void Initialize(vtkTypeUInt32 vtkNotUsed(seed))
override {}
void SetUniformSequence(vtkRandomSequence *uniformSequence)
Set the uniformly distributed sequence of random numbers.
static vtkBoxMuellerRandomSequence * New()
Standard methods for instantiation, type information, and printing.
~vtkBoxMuellerRandomSequence() override
void Next() override
Move to the next number in the random sequence.
vtkRandomSequence * GetUniformSequence()
Return the uniformly distributed sequence of random numbers.
double GetValue() override
Current value.
vtkBoxMuellerRandomSequence()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
void Initialize(vtkTypeUInt32 seed) override
Satisfy general API of vtkRandomSequence superclass.
vtkRandomSequence * UniformSequence
vtkGaussianRandomSequence()
a simple class to control print indentation