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

Syntax

public static UniformInt64 Create(long low, long high)

Parameters

NameTypeDescription
lowlong
highlong

Return Value

TypeDescription
UniformInt64