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

Syntax

public static UniformByte CreateInclusive(byte low, byte high)

Parameters

NameTypeDescription
lowbyte
highbyte

Return Value

TypeDescription
UniformByte