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