<?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>Going with a Python script QP for the power ball tonight...</title>
		<link>/blogentry/194001</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/194001" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Going with a Python script QP for the power ball tonight...</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #4</title>
			<link>/blogentry/194001#c280103</link>
			<guid isPermaLink="true">/blogentry/194001#c280103</guid>
			<pubDate>Sun, 17 Aug 2025 04:41:19 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>And the results were as expected, zero numbers matched in the white balls or the powerball. 2+1 on the double draw though... cost $4, win $20, net profit $16</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Comment #3</title>
			<link>/blogentry/194001#c280086</link>
			<guid isPermaLink="true">/blogentry/194001#c280086</guid>
			<pubDate>Sat, 16 Aug 2025 19:08:29 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>Thanks, that is an interesting function.&#x3c;br /&#x3e;I hear Microsoft is beta testing full Python embedded in apps like excel... that would be a dream come true</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Comment #2</title>
			<link>/blogentry/194001#c280085</link>
			<guid isPermaLink="true">/blogentry/194001#c280085</guid>
			<pubDate>Sat, 16 Aug 2025 18:13:03 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>&#x3c;br /&#x3e;&#x3c;br /&#x3e;Function RandComb(ByVal n As Integer, ByVal r As Integer) As String&#x3c;br /&#x3e;&#xa0; &#xa0; Dim vs As Integer &#x27;Value Selection&#x3c;br /&#x3e;&#xa0; &#xa0; Dim v(9999) As Integer &#x27;Values Array&#x3c;br /&#x3e;&#xa0; &#xa0; Dim s(9999) As Boolean &#x27;Sorted Selected Values Array&#x3c;br /&#x3e;&#xa0; &#xa0; &#x3c;br /&#x3e;&#xa0; &#xa0; Dim textformat As String&#x3c;br /&#x3e;&#xa0; &#xa0; For a = 1 To Int(Log(n) / Log(10)) + 1&#x3c;br /&#x3e;&#xa0; &#xa0;&#xa0; &#xa0;textformat = textformat + &#x22;0&#x22;&#x3c;br /&#x3e;&#xa0; &#xa0; Next a&#x3c;br /&#x3e;&#xa0; &#xa0; textformat = textformat + &#x22; &#x22;&#x3c;br /&#x3e;&#xa0; &#xa0; &#x3c;br /&#x3e;&#xa0; &#xa0; Dim temp As String &#x27;Temporary String Storeage&#x3c;br /&#x3e;&#xa0; &#xa0; temp... &#x5b;&#xa0;<a href="/blogentry/194001#c280085">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>JADELottery</category>
		</item>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/194001#c280084</link>
			<guid isPermaLink="true">/blogentry/194001#c280084</guid>
			<pubDate>Sat, 16 Aug 2025 17:28:42 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>&#x3c;br /&#x3e;import random&#x3c;br /&#x3e;&#x3c;br /&#x3e;white_balls = sorted(random.sample(range(1, 70), 5))&#x3c;br /&#x3e;red_ball = random.randint(1, 26)&#x3c;br /&#x3e;print(f&#x22; The WINNING white balls are: {white_balls}&#x22;)&#x3c;br /&#x3e;print(f&#x22; The WINNING red ball is : {red_ball}&#x22;)&#x3c;br /&#x3e;&#x3c;br /&#x3e;&#x3c;br /&#x3e;Nothing wrong with a little positivity...</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: Going with a Python script QP for the power ball tonight...</title>
			<link>/blogentry/194001</link>
			<guid isPermaLink="true">/blogentry/194001</guid>
			<pubDate>Sat, 16 Aug 2025 14:18:22 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>I have not updated power ball (or mega) histories since last year... that is a project for another day.<br /><br />But, it is a bigger jackpot so I have a short script to generate a QP (using all possible numbers) that will be getting a run tonight.<br /><br />Going to use sorted(random.sample(range(1,70),5)) for the white balls and random.randint(1, 26) for the red ball.<br /><br />Note how range(1,70) will exclude the top of the range,.. so picking from 69 numbers requires the 70 at the top, BUT randint() picks between the range bottom and top, inclusive. Gotta love the strange python stuff...<br /><br />My wife wants a machine generated QP, so there is a bit of a competition potential...... &#x5b;&#xa0;<a href="/blogentry/194001">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/194001</wfw:comment>
		</item>
	</channel>
</rss>

