Click or drag to resize

StudentsTDistribution Constructor

Overload List
 NameDescription
Public methodStudentsTDistribution Initializes a new instance of the StudentsTDistribution class, using a StandardGenerator as underlying random number generator.
Public methodStudentsTDistribution(Double) Initializes a new instance of the StudentsTDistribution class with the specified degrees of freedom.
Public methodStudentsTDistribution(Generator) Initializes a new instance of the StudentsTDistribution class, using a StandardGenerator as underlying random number generator.
Public methodStudentsTDistribution(Double, Generator) Initializes a new instance of the StudentsTDistribution class, using the specified Generator as underlying random number generator.
Top
See Also