<?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>[C++ Code]A Quick Pick generator for PowerBall and Mega Miilions</title>
		<link>https://www.lotterypost.com/thread/149159</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/149159" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: [C++ Code]A Quick Pick generator for PowerBall and Mega Miilions</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #14</title>
			<link>https://www.lotterypost.com/thread/149159/757104</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/757104</guid>
			<pubDate>Tue, 23 Jan 2007 17:53:32 GMT</pubDate>
			<dc:creator>LottoL</dc:creator>
			<description><![CDATA[<p>Thanks Guru101.  I sincerely appreciate your response!<br /><br />I&#x27;ll have to download the compiler and check out<br /><br />your programs whenever I get some free time.<br /><br />Thanks Again!<br /><br />Best Of Luck!<br /><br />LottoL</p>]]></description>
			<category>LottoL</category>
		</item>
		<item>
			<title>Reply #13</title>
			<link>https://www.lotterypost.com/thread/149159/754843</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754843</guid>
			<pubDate>Sat, 20 Jan 2007 21:00:35 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>I would like to state that the elimination of 3 consecutive numbers in your picks is a gimme strategy when picking numbers playing the lottery. For the PowerBall:<br /><br />Elimination of all sets that have 3 consecutive numbers when taking ONLY the five white balls into consideration covers 1.94396798% of the possible combinations(ignoring the PowerBall).<br /><br />Elimination of all sets that have 3 consecutive numbers when taking the five white balls AND the PowerBall into consideration covers 0.0462849519... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754843">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #12</title>
			<link>https://www.lotterypost.com/thread/149159/754771</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754771</guid>
			<pubDate>Sat, 20 Jan 2007 20:06:35 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>I modified the first program to generate Quick Picks based off conditions 2-4. The program will still randomly generate a PowerBall.<br /><br />Condition 2(^^^This is the version that I&#x27;m posting^^^):<br /><br />do<br /><br />{<br /><br />PickNumbers();<br /><br />SortNumbers();<br /><br />}while(Is123());<br /><br />Condition 3:<br /><br />do<br /><br />{<br /><br />PickNumbers();<br /><br />SortNumbers();<br /><br />}while(Is1234());<br /><br />Condition 4:<br /><br />do<br /><br />{<br /><br />PickNumbers();<br /><br />SortNumbers();<br /><br />}while(Is12345());<br /><br />To use none of the conditions:<br /><br />do<br /><br />{<br /><br />PickNumbe... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754771">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #11</title>
			<link>https://www.lotterypost.com/thread/149159/754746</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754746</guid>
			<pubDate>Sat, 20 Jan 2007 19:40:52 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>Ok, I went ahead and made a different version to create a data set by those conditions.<br /><br />*************************************<br /><br />To meet condition 1, the if statement should be: if(true)<br /><br />To meet condition 2, the if statement should be: if(!Is123())<br /><br />^^^Condition 2 is the version that I have posted below^^^<br /><br />To meet condition 3, the if statement should be: if(!Is1234())<br /><br />To meet condition 4, the if statement should be: if(!Is12345())<br /><br />Keep in mind that if you want to keep a version... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754746">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #10</title>
			<link>https://www.lotterypost.com/thread/149159/754690</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754690</guid>
			<pubDate>Sat, 20 Jan 2007 18:27:29 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>Sorry it took so long to respond. The program does make sure that duplicate numbers are not used. If you use an editor to open large files like LottoL said instead of notepad, then it will open the file MANY times faster. Notepad is very slow at opening files of that size. I opened it using Visual C++ and it opens it a whole lot faster. Find a decent editor and you should be good to go. To run the code above, all you need is a C++ compiler. Dev C++ is a free C++ compiler. Just google for it.</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #9</title>
			<link>https://www.lotterypost.com/thread/149159/754446</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754446</guid>
			<pubDate>Sat, 20 Jan 2007 10:07:57 GMT</pubDate>
			<dc:creator>LottoL</dc:creator>
			<description><![CDATA[<p>Keep in mind if you run this, it will take a VERY VERY VERY long time to complete, so it&#x27;s best that you close other running programs before running it. Also keep in mind that it could take 30 minutes or more(depending on the speed of your computer) just to open this file in notepad because the file will be 1.4GB in size!!!!!! I suggest not using other programs while the file is being opened.</p>]]></description>
			<category>LottoL</category>
		</item>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/149159/754429</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754429</guid>
			<pubDate>Sat, 20 Jan 2007 08:38:36 GMT</pubDate>
			<dc:creator>LottoL</dc:creator>
			<description><![CDATA[<p>Nice Program!<br /><br />Although I think it would be interesting to have several data sets.<br /><br />1.  Data Set consisting of all possible combinations without the bonus ball.<br /><br />2.  Data Set consisting of all possible combinations without the bonus ball<br /><br />and without three consecutive numbers.  (Ex. 1,2,3)<br /><br />3.  Data Set consisting of all possible combinations without the bonus ball<br /><br />and without four consecutive numbers.  (Ex. 1,2,3,4)<br /><br />4.  Data Set consisting of all possible combinations without th... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754429">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>LottoL</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/149159/754274</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754274</guid>
			<pubDate>Sat, 20 Jan 2007 02:00:52 GMT</pubDate>
			<dc:creator>LckyLary</dc:creator>
			<description><![CDATA[<p>Nice programs. I write C# which is similar. My program runs in Windows. One part of the program has an RNG option mainly to use for computerized drawings if/when I play those. Question: Does the RNG generator make sure that a number is not put twice (other than Bonus Ball)? I don&#x27;t recommend using a list 1.4gb in size, that eats so much disk space! A twist on the marking off of used numbers: use your favorite RNG method and pick 5 numbers and a BB, then flag off the 5 numbers (and a separate BB... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754274">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>LckyLary</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/149159/754259</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754259</guid>
			<pubDate>Sat, 20 Jan 2007 01:43:01 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>This will create a file that has all the combinations in it:<br /><br />// Start of file<br /><br />#include &#x3c;iostream&#x3e;<br /><br />#include &#x3c;fstream&#x3e;<br /><br />#include &#x3c;cstdlib&#x3e;<br /><br />using namespace std;<br /><br />int Num1 = 0;<br /><br />int Num2 = 0;<br /><br />int Num3 = 0;<br /><br />int Num4 = 0;<br /><br />int Num5 = 0;<br /><br />int Num6 = 0;<br /><br />int main()<br /><br />{<br /><br />ofstream outFile( AllCombinations.txt );<br /><br />if(outFile.fail())<br /><br />{<br /><br />cerr &#x3c;&#x3c;  ERROR: Could not create file.  &#x3c;&#x3c; endl;<br /><br />exit(1);<br /><br />}<br /><br />for(Num1 = 1; Num1 &#x3c;= 51; Num1++)<br /><br />{<br /><br />for(Num... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754259">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/149159/754228</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754228</guid>
			<pubDate>Sat, 20 Jan 2007 01:00:08 GMT</pubDate>
			<dc:creator>scorpio</dc:creator>
			<description><![CDATA[<p>i don&#x27;t care if it&#x27;s in the millions,i want a qp generator that shows us all possible combinations.then each drawing we could just check off a numerically posted sequence.like the lottery has</p>]]></description>
			<category>scorpio</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/149159/754226</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754226</guid>
			<pubDate>Sat, 20 Jan 2007 00:57:06 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>No problem. The real reason why I posted the code is because a quick pick generator is indeed the most basic type of lottery number generator there is, however, modifications can be made to increase your odds of winning a prize in the lottery. Now, I&#x27;m not going to just post every single one of the algorithms that I use in my own version right away because I want this to be a learning experience for the people who are interested in coming up with their own algorithms. There are literally hundred... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159/754226">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/149159/754153</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754153</guid>
			<pubDate>Fri, 19 Jan 2007 23:56:42 GMT</pubDate>
			<dc:creator>TheGameGrl</dc:creator>
			<description><![CDATA[<p>Thank you Guru for your contribution to Lottery post. We can each learn to appreciate a little more the efforts some folks make in helping or contributing with different programs.</p>]]></description>
			<category>TheGameGrl</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/149159/754099</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754099</guid>
			<pubDate>Fri, 19 Jan 2007 22:03:40 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>I already knew about that.</p>]]></description>
			<category>Guru101</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/149159/754079</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159/754079</guid>
			<pubDate>Fri, 19 Jan 2007 21:36:43 GMT</pubDate>
			<dc:creator>weshar75</dc:creator>
			<description><![CDATA[<p>Lottery Post has a Quick Picks Generator in the left hand margin under the title  Quick Picks  for several game including Mega Millions and Powerball.  I thought I would let you know.-weshar75</p>]]></description>
			<category>weshar75</category>
		</item>
		<item>
			<title>[C++ Code]A Quick Pick generator for PowerBall and Mega Miilions</title>
			<link>https://www.lotterypost.com/thread/149159</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/149159</guid>
			<pubDate>Fri, 19 Jan 2007 20:22:34 GMT</pubDate>
			<dc:creator>Guru101</dc:creator>
			<description><![CDATA[<p>I decided to make a very basic Quick Pick generator for PowerBall. It first asks how many you would like to print, picks 5 random numbers between 1 and 55(the white balls) and a random number between 1 and 42(the PowerBall). It then puts each of the white balls into numerical order and displays the results. If you want the results to be saved to a file called QuickPicks.txt, change the line that has:<br /><br />//PrintToFile();        // Uncomment to print the results to QuickPicks.txt<br /><br />to<br /><br />PrintToF... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/149159">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Guru101</category>
		</item>
	</channel>
</rss>

