From Clomosy Docs

No edit summary
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:|description=Discover ClMath in Clomosy, designed to perform precise mathematical and numerical operations effortlessly.}}

Revision as of 10:50, 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.

See Also