55#ifndef vtkBoxMuellerRandomSequence_h
56#define vtkBoxMuellerRandomSequence_h
58#include "vtkCommonCoreModule.h"
77 void Initialize(vtkTypeUInt32 vtkNotUsed(seed))
override {}
Gaussian sequence of pseudo random numbers implemented with the Box-Mueller transform.
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 vtkNotUsed(seed)) override
Satisfy general API of vtkRandomSequence superclass.
vtkRandomSequence * UniformSequence
Gaussian sequence of pseudo random numbers.
a simple class to control print indentation
Generate a sequence of random numbers.