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