From Clomosy Docs
ClomosyAdmin (talk | contribs) No edit summary |
ClomosyAdmin (talk | contribs) No edit summary |
||
| Line 11: | Line 11: | ||
<h2> See Also </h2> | <h2> See Also </h2> | ||
* [[System_Library#Cl_Utilities_Functions | Cl Utilities Functions]] | * [[System_Library#Cl_Utilities_Functions | Cl Utilities Functions]] | ||
{{#seo:|title=ClMath in Clomosy - Clomosy Docs}} | |||
{{#seo:|description=Discover ClMath in Clomosy, designed to perform precise mathematical and numerical operations effortlessly.}} | {{#seo:|description=Discover ClMath in Clomosy, designed to perform precise mathematical and numerical operations effortlessly.}} | ||
Latest revision as of 15:01, 24 December 2024
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. |