<?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>Random Number Transforms - Normal Distribution</title>
		<link>https://www.lotterypost.com/thread/145473</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/145473" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Random Number Transforms - Normal Distribution</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/145473/717758</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/145473/717758</guid>
			<pubDate>Sat, 25 Nov 2006 22:04:08 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>Here&#x27;s an example of the digital transform for 1,500 random samples when n = 10:<br /><br />1,500 Random Digital Samples, n = 10<br /><br />-3, -2, -1, 0, 3, 1, 0, -1, 1, 2, 2, -1, 1, -1, 1, 4, -1, -1, 2, 3, -1, -2, 0, 0, -3, 3, 1, 3, -1, 0, -2, 0, 3, -4, -2, 0, 3, -3, -2, -1, 0, 3, 0, -1, 1, -1, 3, 2, -6, 4, -1, 2, -2, 3, -1, 2, -3, 0, 0, 1, 3, -2, 5, -2, 1, 0, -1, 0, 1, 0, -3, 4, 1, 1, 0, 4, -1, -2, 0, 1, 0, 0, 3, -1, 1, -3, 2, -2, 0, 1, 0, -5, 2, 1, 0, 3, 0, -4, 1, -2, 0, 1, 3, 2, 3, -4, -1, -3, 5, 0, -4, -2... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/145473/717758">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>JADELottery</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/145473/717402</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/145473/717402</guid>
			<pubDate>Sat, 25 Nov 2006 10:13:07 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>I don&#x27;t use the analog transform by itself too much; I mostly use the decimal and digital. The decimal is used when a known value of s is available. The digital is used to achieve an integer distribution in the range of -n to n values. There are two parts of the equation that need to be randomized, the y value and the sign ( ) value. Below are the functions I use in Visual Basic to generate the decimal and digital transforms.<br /><br />Decimal function VB code<br /><br />Function Rand_SD(s As Double) As D... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/145473/717402">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>JADELottery</category>
		</item>
		<item>
			<title>Random Number Transforms - Normal Distribution</title>
			<link>https://www.lotterypost.com/thread/145473</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/145473</guid>
			<pubDate>Fri, 24 Nov 2006 20:15:33 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>Random Number Transforms - Normal Distribution<br /><br />Analog -      x =   -2s&#xb2; ln(1 - y)<br /><br />Decimal -     x =  ( -2s&#xb2; ln(1 - y) - (s / 2))<br /><br />Digital -       x =  ( -n ln(1 - y) - ((1 / 2) *  n / 2))<br /><br />y - random number, 0   y &#x3c; 1<br /><br />s - standard deviation<br /><br />n - digital deviation, | x |   n<br /><br />x - transformed random number<br /><br />- values of x randomly alternate<br /><br />Analog values are not rounded to any fixed decimal or integer.<br /><br />Decimal values of... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/145473">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>JADELottery</category>
		</item>
	</channel>
</rss>

