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

Syntax

public static Uniform.Byte CreateInclusive(byte low, byte high)

Parameters

NameTypeDescription
lowbyte
highbyte

Return Value

TypeDescription
Uniform.Byte