INumericRandomTNumericGenerate(Random, TNumeric, TNumeric) Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Generate(
Random random,
TNumeric minValue,
TNumeric maxValue
)
Function Generate (
random As Random,
minValue As TNumeric,
maxValue As TNumeric
) As TNumeric
TNumeric Generate(
Random^ random,
TNumeric minValue,
TNumeric maxValue
)
abstract Generate :
random : Random *
minValue : 'TNumeric *
maxValue : 'TNumeric -> 'TNumeric
- random Random
-
- minValue TNumeric
-
- maxValue TNumeric
-
TNumeric