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

Syntax

public static Uniform.SByte CreateInclusive(sbyte low, sbyte high)

Parameters

NameTypeDescription
lowsbyte
highsbyte

Return Value

TypeDescription
Uniform.SByte