Rule random2 As Number
random(seed := 2731774)
Dim result As List = {}
Dim i As Integer
For i = 1 to 9
result = result + {roundToNearest(random(), 0.001)}
Next i
Return result
End RuleIntent >random2
--> {0.99, 0.29, 0.394, 0.7, 0.546, 0.352, 0.49, 0.154, 0.194}