Remove idiot stupid comment

This commit is contained in:
Dys 2022-04-09 22:40:20 +08:00
parent e7ecf44566
commit 9af5dffce7

View File

@ -321,7 +321,6 @@ export const Pelle = {
const x = str.split("");
for (let i = 0; i < x.length / 1.7; i++) {
const randomIndex = Math.floor(this.predictableRandom(Math.floor(Date.now() / 500) % 964372 + i) * x.length);
// .splice should return the deleted index.
x[randomIndex] = this.randomSymbol;
}
return x.join("");