SobolSequenceGenerator Class

Represents a generator of Sobol sequences of the specified dimension.

Definition

Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class SobolSequenceGenerator
Inheritance
Object  →  SobolSequenceGenerator

Remarks

Use the SobolSequenceGenerator class to generate multiple Sobol sequences.

Constructors

SobolSequenceGenerator Constructs a new Sobol sequence generator.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Generate Generates a Sobol quasi-random sequence.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also