Sobol Sequence Generator Class
Represents a generator of Sobol sequences of the specified dimension.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |