How to write uniform function

I’d like to create Properties in the component and generate a random number in that “field” by “Assign variable” statement.

But unfortunately, If I’m not successful with uniform function.

Can anyone help me?

Hi @Libor ,

I think the uniform function requires 3 parameters.
for example, OrderID = uniform(1,5,20)

The first parameter is a stream number, it can be any number.