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

Syntax

public static UniformUInt16 Create(ushort low, ushort high)

Parameters

NameTypeDescription
lowushort
highushort

Return Value

TypeDescription
UniformUInt16