Sobol Sequence Generator 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public class SobolSequenceGenerator
- Inheritance
- Object → SobolSequenceGenerator
Remarks
Use the SobolSequenceGenerator class to generate multiple Sobol sequences.
Constructors
Sobol | Constructs a new Sobol sequence generator. |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |