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