StudentTDistribution(Generator) Constructor |
Initializes a new instance of the
StudentTDistribution class using the specified
random number generator.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic StudentTDistribution(
Generator generator
)
Parameters
- generator Generator
- A Generator object.
See Also