CreateInclusive(int, int) Method
Creates a Uniform.Int32 with an exclusive lower bound. Should not be used directly; instead, use NewInclusive(int, int).
Namespace
RandN.Distributions
Containing Type
Uniform.Int32

Syntax

public static Uniform.Int32 CreateInclusive(int low, int high)

Parameters

NameTypeDescription
lowint
highint

Return Value

TypeDescription
Uniform.Int32