TNumeric Generate(
Random random,
TNumeric maxValue
)
Function Generate (
random As Random,
maxValue As TNumeric
) As TNumeric
TNumeric Generate(
Random^ random,
TNumeric maxValue
)
abstract Generate :
random : Random *
maxValue : 'TNumeric -> 'TNumeric