Click or drag to resize

Dirichlet Constructor

Overload List
 NameDescription
Public methodDirichlet(Double) Initializes a new instance of the Dirichlet class. The distribution will be initialized with the default random number generator.
Public methodDirichlet(Double, Int32) Initializes a new instance of the Dirichlet class. random number generator.
Public methodDirichlet(Double, Random) Initializes a new instance of the Dirichlet class. The distribution will be initialized with the default random number generator.
Public methodDirichlet(Double, Int32, Random) Initializes a new instance of the Dirichlet class. random number generator.
Top
See Also