uSEQ API: Probabilities
random <low> <high>
Generates a random integer
Parameter | Description | Range |
---|---|---|
low | the lowest random integer the function should generate | any |
high | the highest random integer the function should generate | any |
Create a random number between 0 and 1
(* (random 0 1000) 0.001)