什么用来减速的 math.random
This commit is contained in:
parent
e608f6f8e6
commit
7b7ec9393d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user