SobolSequenceGenerator Class
Represents a generator of Sobol sequences of the specified dimension.
DefinitionPermalink
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
public class SobolSequenceGenerator
- Inheritance
- Object → SobolSequenceGenerator
RemarksPermalink
Use the SobolSequenceGenerator class to generate multiple Sobol sequences.
ConstructorsPermalink
Sobol | Constructs a new Sobol sequence generator. |
MethodsPermalink
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) |