<?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: AS3 Array Shuffle</title>
	<atom:link href="http://flassari.is/2009/04/as3-array-shuffle/feed/" rel="self" type="application/rss+xml" />
	<link>http://flassari.is/2009/04/as3-array-shuffle/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 20:24:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flassari</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-66</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Fri, 14 May 2010 14:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-66</guid>
		<description>Thanks for that info MrSteel, good to have that reference here</description>
		<content:encoded><![CDATA[<p>Thanks for that info MrSteel, good to have that reference here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrSteel</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-65</link>
		<dc:creator>MrSteel</dc:creator>
		<pubDate>Fri, 14 May 2010 14:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-65</guid>
		<description>hi

nice way but it&#039;s not the fastest
take a look http://mrsteel.wordpress.com/2007/06/15/randomize-array-shuffle-an-array-in-flash/ 

shuffle by slice is one of slowest methods actually</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>nice way but it&#8217;s not the fastest<br />
take a look <a href="http://mrsteel.wordpress.com/2007/06/15/randomize-array-shuffle-an-array-in-flash/" rel="nofollow">http://mrsteel.wordpress.com/2007/06/15/randomize-array-shuffle-an-array-in-flash/</a> </p>
<p>shuffle by slice is one of slowest methods actually</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chichilatte</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-49</link>
		<dc:creator>chichilatte</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-49</guid>
		<description>Ta buddee :)</description>
		<content:encoded><![CDATA[<p>Ta buddee :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philtre</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-48</link>
		<dc:creator>philtre</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-48</guid>
		<description>It would probably be a tad faster like this:

var len:int = arr.length;
var arr2:Array = new Array(len);
for(var i:int = 0; i&lt;len; i++)
{
  arr2[i] = arr.splice(int(Math.random() * (len - i)), 1)[0];
}</description>
		<content:encoded><![CDATA[<p>It would probably be a tad faster like this:</p>
<p>var len:int = arr.length;<br />
var arr2:Array = new Array(len);<br />
for(var i:int = 0; i&lt;len; i++)<br />
{<br />
  arr2[i] = arr.splice(int(Math.random() * (len - i)), 1)[0];<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xxxxGame</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-47</link>
		<dc:creator>xxxxGame</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-47</guid>
		<description>nice thank u!</description>
		<content:encoded><![CDATA[<p>nice thank u!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-46</link>
		<dc:creator>Özgür</dc:creator>
		<pubDate>Thu, 18 Mar 2010 08:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-46</guid>
		<description>Excellent!</description>
		<content:encoded><![CDATA[<p>Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Albright</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-18</link>
		<dc:creator>Jo Albright</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-18</guid>
		<description>Wow. Brilliant. Best, cleanest, and fastest array shuffle I have found. Thank you for sharing this.</description>
		<content:encoded><![CDATA[<p>Wow. Brilliant. Best, cleanest, and fastest array shuffle I have found. Thank you for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funky Clouds</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-13</link>
		<dc:creator>Funky Clouds</dc:creator>
		<pubDate>Mon, 13 Jul 2009 08:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-13</guid>
		<description>Thanks! Will need this :)</description>
		<content:encoded><![CDATA[<p>Thanks! Will need this :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turtlebite</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-8</link>
		<dc:creator>turtlebite</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-8</guid>
		<description>Absolutly perfect, thanks a lot!</description>
		<content:encoded><![CDATA[<p>Absolutly perfect, thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveOnCode</title>
		<link>http://flassari.is/2009/04/as3-array-shuffle/comment-page-1/#comment-5</link>
		<dc:creator>DaveOnCode</dc:creator>
		<pubDate>Fri, 17 Apr 2009 14:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=89#comment-5</guid>
		<description>Thank you for the quote! :)</description>
		<content:encoded><![CDATA[<p>Thank you for the quote! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
