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

Syntax

public static UniformSByte Create(sbyte low, sbyte high)

Parameters

NameTypeDescription
lowsbyte
highsbyte

Return Value

TypeDescription
UniformSByte