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