_RandomSeed

278 9
| 发表于 2022-8-19 10:40:21 | 只看该作者 |复制链接
_RandomSeed
Variable for storing the current state when generating pseudo-random integers. _RandomSeed changes its value when calling MathRand(). Use MathSrand() to set the required initial condition.
x random number received by MathRand() function is calculated in the following way at each call:
x=_RandomSeed*214013+2531011;
_RandomSeed=x;
x=(x>>16)&0x7FFF;
  1. MathRand()
复制代码

See also
举报

收藏 0 点赞 0 评论 使用道具

热门主题

精彩评论9

跳转到指定楼层
ssbienhild
DD
2#
| 发表于 2022-8-20 22:12:53 | 只看该作者
第一次见这个函数,收藏了
举报

点赞 评论 使用道具

紫竹青荷
CC
3#
| 发表于 2022-8-21 00:17:54 | 只看该作者
这是什么函数
举报

点赞 评论 使用道具

JOKEEBOSS
DD
4#
| 发表于 2022-8-21 09:05:06 | 只看该作者
好像很厲害
举报

点赞 评论 使用道具

fenghun000
DDD
5#
| 发表于 2022-8-21 09:22:19 | 只看该作者
第一次见这个函数,收藏了
举报

点赞 评论 使用道具

yimu77
DDD
6#
| 发表于 2022-8-21 19:00:51 | 只看该作者
看不懂啊,看不懂
举报

点赞 评论 使用道具

wangyang
DD
7#
| 发表于 2022-8-22 15:56:54 | 只看该作者
好像很厉害的样子,一下发那么多
举报

点赞 评论 使用道具

nanaliu
CC
8#
| 发表于 2022-8-23 20:16:57 | 只看该作者
学习MT4编程函数RandomSeed
举报

点赞 评论 使用道具

qwe11
CC
9#
| 发表于 2022-8-24 08:48:06 | 只看该作者
第一次见这个函数,收藏了
举报

点赞 评论 使用道具

daerwushen
DD
10#
| 发表于 2022-8-24 20:08:47 | 只看该作者
这是什么函数
举报

点赞 评论 使用道具

发新帖
EA交易
您需要登录后才可以评论 登录 | 立即注册