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

Syntax

public static UniformUInt32 CreateInclusive(uint low, uint high)

Parameters

NameTypeDescription
lowuint
highuint

Return Value

TypeDescription
UniformUInt32