Randomness Proof
We subjected 1,332 Powerball red ball draws — every draw since the pool was reduced to 26 on Oct 7, 2015 — to the same battery of tests used to break ciphers and identify random number generators. The result: statistically indistinguishable from true random.
3D Spectral Test
Every three consecutive draws form a triplet (Yn, Yn+1, Yn+2) plotted as a point in 3D space. If the draws came from a pseudorandom generator, the points would cluster onto parallel planes. Our data fills the cube uniformly — no lattice structure.
NIST SP 800-22 (Bit-Level)
1/9 passed — expected, due to 5-bit encoding of values 1–26
NIST tests operate on bits. Values 27–31 never appear in 5-bit encoding, creating structural imbalance unrelated to source randomness.
Value-Level Tests
4/4 passed — integer-level tests bypass encoding artifacts
PRNG Identification: 35 Generators Tested
We brute-forced 35 pseudorandom number generators across 10,000 seeds each, searching 100,000 stream positions per seed — roughly 35 billion comparisons.
Source Classification
Two independent classifiers converged: the cryptographic fingerprinter and the statistical analysis suite both scored CSPRNG and true random as the top hypotheses.
Anomalous Transitions
With 676 possible transitions and a z > 3 threshold, 1–2 false positives are expected by chance. We found 3. This is noise, not signal.
z-score: +3.86
z-score: +3.60
z-score: +3.04
What This Means
Every combination has the same chance of being drawn. There is no exploitable structure in the draw sequence.
The 3 anomalous transitions and lag-2 autocorrelation will not persist in future draws.
The only real differences between tickets are structural — parity, spacing, range coverage.
Every Powerball drawing is an independent random event. No system can predict or influence the outcome. Balliqa identifies structurally balanced picks based on combinatorial probability, but this does not increase the probability of winning.