TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int MathRand ( )

Returns a pseudorandom integer within the range of 0 to 32767

Returns
Integer value within the range of 0 to 32767

Note: Before the first call of the function, it's necessary to call MathSrand to set the generator of pseudorandom numbers to the initial state.