什么用来减速的 math.random

This commit is contained in:
shenjack 2024-08-15 13:16:15 +08:00
parent e608f6f8e6
commit 7b7ec9393d
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -17363,7 +17363,7 @@ T.Plr.prototype = {
i = (j * 181 + 160 & 255) >>> 0
if (i >= 89 && i < 217) {
// C.Array.j(this_.t, (i + 0 * (Math.random() * 256) & 63) >>> 0)
this_.t.push((i + 0 * (Math.random() * 256) & 63) >>> 0)
this_.t.push((i & 63) >>> 0)
} else {
// rc4.push(j)
this_.a2.push(j)