MathRand 在0到32767之间返回随机整数。 MQL5复制int MathRand(); 返回值 整数值在0到32767之间。 注释 在第一次调用前,调用 MathSrand 建立初始状态伪随机数是有必要的。 注释 取代MathRand()可以使用 rand()。