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

Syntax

public static UniformByte Create(byte low, byte high)

Parameters

NameTypeDescription
lowbyte
highbyte

Return Value

TypeDescription
UniformByte