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