From Clomosy Docs
Performs a specific mathematical or numerical operation.
| Feature | Use of | Definition |
|---|---|---|
| GenerateRandom | clMath.GenerateRandom(0,500) | It is used to generate random numbers in a specified range. In the example, it generates random numbers between 0 and 500. See page for details. |