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

Syntax

public static Uniform.UInt32 Create(uint low, uint high)

Parameters

NameTypeDescription
lowuint
highuint

Return Value

TypeDescription
Uniform.UInt32