<?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>A new way of picking random numbers using  Random_seed</title>
		<link>https://www.lotterypost.com/thread/322137</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/322137" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: A new way of picking random numbers using  Random_seed</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/322137/5644104</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/322137/5644104</guid>
			<pubDate>Tue, 21 Aug 2018 17:42:07 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>In this case, just one.</p>]]></description>
			<category>JADELottery</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/322137/5644065</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/322137/5644065</guid>
			<pubDate>Tue, 21 Aug 2018 17:06:19 GMT</pubDate>
			<dc:creator>Stack47</dc:creator>
			<description><![CDATA[<p>We have found that reseeding the generator does not improve randomness.<br /><br />How many different types of random are there</p>]]></description>
			<category>Stack47</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/322137/5643848</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/322137/5643848</guid>
			<pubDate>Tue, 21 Aug 2018 13:24:39 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>Add either or both of the following code snippets to the &#x27;ThisWorkbook&#x27; code module in the &#x27;Microsoft Excel Objects&#x27; folder to initialize the random number generator each time the file is open or activated.<br /><br />Seeding a random generator only needs to be done once.<br /><br />We have found that reseeding the generator does not improve randomness.<br /><br />____________________________________________________________________________________________________<br /><br />Private Sub Workbook_Open()<br /><br />Randomize Timer... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/322137/5643848">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>JADELottery</category>
		</item>
		<item>
			<title>A new way of picking random numbers using  Random_seed</title>
			<link>https://www.lotterypost.com/thread/322137</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/322137</guid>
			<pubDate>Tue, 21 Aug 2018 13:09:55 GMT</pubDate>
			<dc:creator>timmsy</dc:creator>
			<description><![CDATA[<p>Sub Lotto()<br /><br />&#x27;10 Draws lots from values in a table finding 7 different past numbers.<br /><br />&#x27;If a number occurs in the table more than once, the probability<br /><br />&#x27;increases for this number to become a winner.<br /><br />Dim lVal As Long<br /><br />Dim rInput As Range<br /><br />Dim rCell As Range<br /><br />Dim colCheck As Collection<br /><br />Dim colWinners As Collection<br /><br />On Error GoTo ErrorHandle<br /><br />&#x27;We assume that the table is on the first worksheet and starts in cell A1.<br /><br />&#x27;The range, rInput is set = the table.<br /><br />Set rInput = Wor... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/322137">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>timmsy</category>
		</item>
	</channel>
</rss>

