<?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>Kommentare zu: Wie kann man ein Array mischen?</title>
	<atom:link href="http://javascript.jstruebig.de/javascript/69/feed" rel="self" type="application/rss+xml" />
	<link>http://javascript.jstruebig.de/javascript/69</link>
	<description>Javascript-Blog mit Skripten, Beispielen, Lösungen und FAQ</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:28:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Struppi</title>
		<link>http://javascript.jstruebig.de/javascript/69/comment-page-1#comment-15744</link>
		<dc:creator>Struppi</dc:creator>
		<pubDate>Sun, 30 Sep 2007 09:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/69/#comment-15744</guid>
		<description>Das ist natürlich noch besser.</description>
		<content:encoded><![CDATA[<p>Das ist natürlich noch besser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: peter seliger (peterS.)</title>
		<link>http://javascript.jstruebig.de/javascript/69/comment-page-1#comment-15698</link>
		<dc:creator>peter seliger (peterS.)</dc:creator>
		<pubDate>Mon, 24 Sep 2007 07:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.jstruebig.de/javascript/69/#comment-15698</guid>
		<description>Hallo Struppi,


eine andere mögliche umsetzung des
reinen mischens könnte so aussehen:


Array.prototype.shuffle = (function () {

  this.sort(function () {
    return (0.5 - Math.random());
  });
});

so long - peterS.</description>
		<content:encoded><![CDATA[<p>Hallo Struppi,</p>
<p>eine andere mögliche umsetzung des<br />
reinen mischens könnte so aussehen:</p>
<p>Array.prototype.shuffle = (function () {</p>
<p>  this.sort(function () {<br />
    return (0.5 - Math.random());<br />
  });<br />
});</p>
<p>so long - peterS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
