Represents a random number generator that produces correlated random variables.
Namespace:
Extreme.Statistics.Random
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public static class CorrelatedRandomNumberGenerator |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class CorrelatedRandomNumberGenerator |
| Visual C++ |
|---|
public ref class CorrelatedRandomNumberGenerator abstract sealed |
| F# |
|---|
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CorrelatedRandomNumberGenerator = class end |
Remarks
Inheritance Hierarchy
See Also