Create(int, int) Method
Creates a UniformInt32 with an exclusive upper bound. Should not be used directly; instead, use New(int, int).
Namespace
RandN.Distributions
Containing Type
UniformInt32

Syntax

public static UniformInt32 Create(int low, int high)

Parameters

NameTypeDescription
lowint
highint

Return Value

TypeDescription
UniformInt32