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

Syntax

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

Parameters

NameTypeDescription
lowsbyte
highsbyte

Return Value

TypeDescription
Uniform.SByte