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

Syntax

public static Uniform.UInt16 CreateInclusive(ushort low, ushort high)

Parameters

NameTypeDescription
lowushort
highushort

Return Value

TypeDescription
Uniform.UInt16