<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting a Random Number</title>
	<atom:link href="http://iPhoneDeveloperTips.com/c/getting-a-random-number.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/c/getting-a-random-number.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: yunas</title>
		<link>http://iPhoneDeveloperTips.com/c/getting-a-random-number.html#comment-66209</link>
		<dc:creator>yunas</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2781#comment-66209</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MANN</title>
		<link>http://iPhoneDeveloperTips.com/c/getting-a-random-number.html#comment-55622</link>
		<dc:creator>MANN</dc:creator>
		<pubDate>Wed, 13 Jul 2011 06:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2781#comment-55622</guid>
		<description>thnaks... it helped..</description>
		<content:encoded><![CDATA[<p>thnaks&#8230; it helped..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://iPhoneDeveloperTips.com/c/getting-a-random-number.html#comment-45590</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Mon, 04 Apr 2011 08:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2781#comment-45590</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slimemoldjuice</title>
		<link>http://iPhoneDeveloperTips.com/c/getting-a-random-number.html#comment-4129</link>
		<dc:creator>slimemoldjuice</dc:creator>
		<pubDate>Thu, 23 Jul 2009 00:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2781#comment-4129</guid>
		<description>I tend to make a macro to do this:

#define RANDOM_INT(__MIN__, __MAX__) ((__MIN__) + arc4random() % ((__MAX__+1) - (__MIN__)))</description>
		<content:encoded><![CDATA[<p>I tend to make a macro to do this:</p>
<p>#define RANDOM_INT(__MIN__, __MAX__) ((__MIN__) + arc4random() % ((__MAX__+1) &#8211; (__MIN__)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://iPhoneDeveloperTips.com/c/getting-a-random-number.html#comment-4126</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2781#comment-4126</guid>
		<description>The freely available, and BSD licensed, &lt;a href=&quot;http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html&quot; rel=&quot;nofollow&quot;&gt;Mersenne twister&lt;/a&gt; also works quite handsomely on the iPhone.</description>
		<content:encoded><![CDATA[<p>The freely available, and BSD licensed, <a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html" rel="nofollow">Mersenne twister</a> also works quite handsomely on the iPhone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

