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