vtkGaussianRandomSequence

Section: Visualization Toolkit Common Classes

Usage

vtkGaussianRandomSequence is a sequence of pseudo random numbers distributed according to the Gaussian/normal distribution (mean=0 and standard deviation=1)

This is just an interface.

To create an instance of class vtkGaussianRandomSequence, simply invoke its constructor as follows

  obj = vtkGaussianRandomSequence

Methods

The class vtkGaussianRandomSequence has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkGaussianRandomSequence class.