<?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>RNG and SEEDS</title>
		<link>https://www.lotterypost.com/thread/285550</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/285550" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: RNG and SEEDS</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/285550/3965251</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/285550/3965251</guid>
			<pubDate>Sun, 01 Feb 2015 01:01:06 GMT</pubDate>
			<dc:creator>SergeM</dc:creator>
			<description><![CDATA[<p>Program it and you&#x27;ll know about.</p>]]></description>
			<category>SergeM</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/285550/3964101</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/285550/3964101</guid>
			<pubDate>Sat, 31 Jan 2015 11:51:28 GMT</pubDate>
			<dc:creator>SkyLine69</dc:creator>
			<description><![CDATA[<p>Serge your wealth of programming and knowlegde AKWAYS amazes me I understand the math but what are you telling me? That THIS is there programming sequence or an example of hiw a seed works</p>]]></description>
			<category>SkyLine69</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/285550/3963180</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/285550/3963180</guid>
			<pubDate>Fri, 30 Jan 2015 19:20:17 GMT</pubDate>
			<dc:creator>SergeM</dc:creator>
			<description><![CDATA[<p>run:<br /><br />8<br /><br />5<br /><br />0<br /><br />1<br /><br />9<br /><br />4<br /><br />3<br /><br />4<br /><br />BUILD SUCCESSFUL (total time: 0 seconds)<br /><br />Seed is optional.<br /><br />r.nextInt(10); //A digit.<br /><br />Long seed with long simple type.<br /><br />long: The long data type is a 64-bit two&#x27;s complement integer. The signed long has a minimum value of -263 and a maximum value of 263-1. In Java SE 8 and later, you can use the long data type to represent an unsigned 64-bit long, which has a minimum value of 0 and a maximum value of 264-1. Use this data type when you nee... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/285550/3963180">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>SergeM</category>
		</item>
		<item>
			<title>RNG and SEEDS</title>
			<link>https://www.lotterypost.com/thread/285550</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/285550</guid>
			<pubDate>Fri, 30 Jan 2015 13:57:03 GMT</pubDate>
			<dc:creator>SkyLine69</dc:creator>
			<description><![CDATA[<p>The seed is a number that is used to initialize the random generator. More specifically: A random Generator is an algorithm which uses its own output as an input to generate the next random number, which will be used as input for the next one and so on. It is clear that a random number generator needs the first number to start work, that&#x27;s called THE SEED. In principle there is not any limitation in choosing the seed. It can be 1, 1 or even something like 34561345567354.<br /><br />My question is ........ &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/285550">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>SkyLine69</category>
		</item>
	</channel>
</rss>

