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