Generate Random Numer
The Generate Random Number function allows you to generate random integers in a specified range.

max number : You must enter a numeric type value from which a maximum reference will be taken to generate the random number.
min number : A numeric type value must be entered from which the initial reference will be taken to generate the random number.
Step by Step :

successfully generated : It is executed when the generated random number is returned.
OutVars
Null
onError : It is executed when one of the entered values contradicts the function, that is, if the maximum number is less than the minimum or they are not of a numerical type.
OutVars
Null
Last updated
Was this helpful?