- Home
- Premium Memberships
- Lottery Results
- Forums
- Predictions
- Lottery Post Videos
- News
- Search Drawings
- Search Lottery Post
- Lottery Systems
- Lottery Charts
- Lottery Wheels
- Worldwide Jackpots
- Quick Picks
- On This Day in History
- Blogs
- Online Games
- Premium Features
- Contact Us
- Whitelist Lottery Post
- Rules
- Lottery Book Store
- Lottery Post Gift Shop
The time is now 1:10 am
You last visited
June 4, 2026, 10:59 pm
All times shown are
Eastern Time (GMT-5:00)
All neutral QP scripts done
Published:
The script is simple, it has a function called machine() that can be called to return a random pick from a supplied list.
So the main section has a list of the neutrals for each position (random example numbers)
Group_A = [ 2, 3, 4, 7, 8, 9, 0]
Group_B = [1, 2, 4, 6, 7, 9, 0]
Group_C = [4, 5, 6, 8, 9]
Then they are called to store the pick in a variable
PickA = machine(Group_A)
PickB= machine(Group_B)
PickC = machine(Group_C)
print(f"Mid Day all neutral QP is {PickA} {PickB} {PickC}")
So, one script does both day and night for the pick 3, another does the pick 5 and yet another does Cash 4 Life, though that one is slightly different as it uses random.sample(5) in it's machine to emulate a non replacement draw.
There was no need to back test as it is a QP generator, just ran it in a loop to ensure it was only picking numbers from each list.
So that is where I am... Phase one classifies the drawn numbers based on frequency, hots and colds are dropped as outliers, and a random QP is generated from the all neutral sets. So far trying to make decisions based on the output has not worked too well, let's see if this new approach to phase 2 makes it any better... zero bias from me introduced in this new phase 2.
Maybe it is a step back from "best guess" to "guess", but I am confident in the concept of phase 1, as there still remains an 85% chance of an all neutral pick happening in a 7 draw window for the pick 3 (day or night) and a 52% chance of the same in pick 5. I am still working on a back test script to test the same for Cash 4 Life, though that has a bigger window. So far random spot back tests are showing at least 1 or 2 all neutral draws in EVERY 26 draw window...
It is interesting that this observation holds the same occurrence rate for both day and evening games, as PA uses computer draws for day and machine draws for night.
Tomorrow will start a new week for the Pick 3 live test and will be the first attempt using the all neutral QP generator. I will have to wait for another P3 straight hit to get another shot at Cash 4 Life or the Pick 5, my operating rule for this crazy system is to ONLY use house money on those games.
It was nice that after 5 weeks my out of pocket expenses were recovered and the next couple of weeks of pick 3 tests are also courtesy of the PA lottery. MANY tests of different systems never got off the ground from a budget standpoint. Some never got played at all.
So I think I have checked the boxes...
Analysis portion of draw frequency
Number elimination based on statistics
Dumb luck element of a QP
Now all I need to do is hit again...

Comments
import random
Post a Comment
Please Log In
To use this feature you must be logged into your Lottery Post account.
Not a member yet?
If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.
Register