<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>All neutral QP scripts done</title>
		<link>/blogentry/193665</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/193665" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: All neutral QP scripts done</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/193665#c279518</link>
			<guid isPermaLink="true">/blogentry/193665#c279518</guid>
			<pubDate>Fri, 01 Aug 2025 10:24:37 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>&#x3c;br /&#x3e;import random</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: All neutral QP scripts done</title>
			<link>/blogentry/193665</link>
			<guid isPermaLink="true">/blogentry/193665</guid>
			<pubDate>Thu, 31 Jul 2025 13:47:01 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>The script is simple, it has a function called machine() that can be called to return a random pick from a supplied list.<br /><br />So the main section has a list of the neutrals for each position (random example numbers)<br /><br />Group_A = [ 2, 3, 4, 7, 8, 9, 0]<br /><br />Group_B = [1, 2, 4, 6, 7, 9, 0]<br /><br />Group_C = [4, 5, 6, 8, 9]<br /><br />Then they are called to store the pick in a variable<br /><br />PickA = machine(Group_A)<br /><br />PickB= machine(Group_B)<br /><br />PickC = machine(Group_C)<br /><br />print(f Mid Day all neutral QP is {PickA} {PickB} {PickC} )<br /><br />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&#x27;s machine to emulate a non replacement draw.<br /><br />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.<br /><br />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&#x27;s see if this new approach to phase 2 makes it any better... zero bias from me introduced in this new phase 2.<br /><br />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...<br /><br />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.<br /><br />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.<br /><br />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.<br /><br />So I think I have checked the boxes...<br /><br />Analysis portion of draw frequency<br /><br />Number elimination based on statistics<br /><br />Dumb luck element of a QP<br /><br />Now all I need to do is hit again...... &#x5b;&#xa0;<a href="/blogentry/193665">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/193665</wfw:comment>
		</item>
	</channel>
</rss>

