Uniform Constructor (RandomGenerator, Double, Double)
|
Creates new instance of continuous uniform distribution with user specified parameters and generator.
Namespace:
FinMath.Statistics.Distributions
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public Uniform(
RandomGenerator generator,
double leftBound,
double rightBound
)
Parameters
- generator
- Type: FinMath.StatisticsRandomGenerator
Base random number generator. - leftBound
- Type: SystemDouble
Inclusive lower bound. - rightBound
- Type: SystemDouble
Exclusive upper bound.
See Also