<?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: Quick Tip #1 &#8211; Randomize an ActionScript 3 Array</title>
	<atom:link href="http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array</link>
	<description>The reward of a thing well done...</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:05:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: arne</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-2163</link>
		<dc:creator>arne</dc:creator>
		<pubDate>Wed, 19 Oct 2011 18:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-2163</guid>
		<description>&lt;p&gt;very useful
thx!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>very useful
thx!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Yannitell</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-1338</link>
		<dc:creator>Scott Yannitell</dc:creator>
		<pubDate>Tue, 12 Apr 2011 01:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-1338</guid>
		<description>&lt;p&gt;Thank you very much for posting this!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-1303</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 25 Jan 2011 22:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-1303</guid>
		<description>&lt;p&gt;I found the same results. Typically the last few would be more or less in the same position and same with the first few. I tried this at least 30 times. However, if i run this 3x or 4x in a row, THEN look at the results, it&#039;s far more random.&lt;/p&gt;

&lt;p&gt;Maybe I&#039;m not understanding what is actually going on...Is this just going through the array in order, saying &quot;value 1 is before value 2&quot;, &quot;value 2 is after value 3&quot;, etc? If so, then isn&#039;t there an inherent flaw in it, as its most likely that the first few will stay in the beginning of the choices?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found the same results. Typically the last few would be more or less in the same position and same with the first few. I tried this at least 30 times. However, if i run this 3x or 4x in a row, THEN look at the results, it&#8217;s far more random.</p>

<p>Maybe I&#8217;m not understanding what is actually going on&#8230;Is this just going through the array in order, saying &#8220;value 1 is before value 2&#8243;, &#8220;value 2 is after value 3&#8243;, etc? If so, then isn&#8217;t there an inherent flaw in it, as its most likely that the first few will stay in the beginning of the choices?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-548</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 06 Jun 2010 19:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-548</guid>
		<description>&lt;p&gt;Sometimes random isn&#039;t as random as you want it to be. Those results look pretty typical to me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sometimes random isn&#8217;t as random as you want it to be. Those results look pretty typical to me.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-547</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Fri, 04 Jun 2010 04:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-547</guid>
		<description>&lt;p&gt;the shuffling is not happening properly&lt;/p&gt;

&lt;p&gt;3 9 1 4 5 6 7 8 2 0&lt;/p&gt;

&lt;p&gt;3 2 5 4 6 1 7 8 9 0&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>the shuffling is not happening properly</p>

<p>3 9 1 4 5 6 7 8 2 0</p>

<p>3 2 5 4 6 1 7 8 9 0</p>]]></content:encoded>
	</item>
	<item>
		<title>By: I</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-408</link>
		<dc:creator>I</dc:creator>
		<pubDate>Fri, 01 Jan 2010 12:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-408</guid>
		<description>&lt;p&gt;Works great!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Works great!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-337</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 18 Nov 2009 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-337</guid>
		<description>&lt;p&gt;Dudes, your hard effort has saved me a lot of time and hair-pulling for this urgent assignment i need to get done in like 1 day!!!&lt;/p&gt;

&lt;p&gt;THANKS MAN!! God bless you!! :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dudes, your hard effort has saved me a lot of time and hair-pulling for this urgent assignment i need to get done in like 1 day!!!</p>

<p>THANKS MAN!! God bless you!! :D</p>]]></content:encoded>
	</item>
</channel>
</rss>

