INumericRandomTNumericGenerate(Random, TNumeric, TNumeric) Method

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Generate(
	Random random,
	TNumeric minValue,
	TNumeric maxValue
)

Parameters

random  Random
 
minValue  TNumeric
 
maxValue  TNumeric
 

Return Value

TNumeric

See Also