y1ndan / genshinhelper2

A Python library for miHoYo bbs and HoYoLAB Community. genshin 原神签到小助手 树脂提醒 微博超话 米游社米游币 崩坏3
https://www.yindan.me
GNU General Public License v3.0
529 stars 238 forks source link

更新ds #51

Closed ICMYS closed 2 years ago

ICMYS commented 2 years ago

ds中随机数的实际算法为

int v17 = (int)(rand() / 2147483650.0 * 100000.0 + 100000.0) % 1000000;
if (v17 >= 100001)
    v18 = v17;
else
    v18 = v17 + 542367;

v18即为&r=后的参数