RandomNumberGeneratorUniform(Double, Double) Method
Draws a sample point from a Uniform distribution defined on the interval
having the specified bounds.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public double Uniform(
double lowerBound,
double upperBound
)
Public Function Uniform (
lowerBound As Double,
upperBound As Double
) As Double
public:
double Uniform(
double lowerBound,
double upperBound
)
member Uniform :
lowerBound : float *
upperBound : float -> float
- lowerBound Double
- The interval lower bound.
- upperBound Double
- The interval upper bound.
Double
A sample point drawn from the specified
Uniform distribution.