Skip to content

Commit

Permalink
Add explanatory comment to CCrackRng.MAX_ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Mar 7, 2024
1 parent 4b3f8ad commit 8104eb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import net.minecraft.network.protocol.game.ServerboundMovePlayerPacket;

public class CCrackRng {
// This value was computed by brute forcing all seeds
private static final float MAX_ERROR = 0.00883889f;

@FunctionalInterface
Expand Down

0 comments on commit 8104eb5

Please sign in to comment.