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