Creates a
Uniform.Double
with an exclusive lower bound. Should not be used directly; instead, use New(double, double)
.- Namespace
- RandN
.Distributions - Containing Type
- Uniform
.Double
Syntax
public static Uniform.Double CreateInclusive(double low, double high)
Parameters
Name | Type | Description |
---|---|---|
low | double | |
high | double |
Return Value
Type | Description |
---|---|
Uniform |