<?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: A java list randomizer</title>
	<atom:link href="http://noa.resare.com/2009/09/randomizer/feed/" rel="self" type="application/rss+xml" />
	<link>http://noa.resare.com/2009/09/randomizer/</link>
	<description>moderately interesting words about things going through my mind</description>
	<lastBuildDate>Fri, 13 Jan 2012 18:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noa</title>
		<link>http://noa.resare.com/2009/09/randomizer/comment-page-1/#comment-8781</link>
		<dc:creator>noa</dc:creator>
		<pubDate>Thu, 10 Feb 2011 12:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://noa.resare.com/?p=239#comment-8781</guid>
		<description>Yes, a list can be shuffled, but that doesn&#039;t solve the problem of constructing a shorter list containing a pseudorandom subset of the initial list. Different problems, different solutions.</description>
		<content:encoded><![CDATA[<p>Yes, a list can be shuffled, but that doesn&#8217;t solve the problem of constructing a shorter list containing a pseudorandom subset of the initial list. Different problems, different solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghavendra</title>
		<link>http://noa.resare.com/2009/09/randomizer/comment-page-1/#comment-8697</link>
		<dc:creator>Raghavendra</dc:creator>
		<pubDate>Thu, 03 Feb 2011 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://noa.resare.com/?p=239#comment-8697</guid>
		<description>Hi
We can use methods in Collections class

static void shuffle(List list) 
          Randomly permutes the specified list using a default source of randomness.
static void shuffle(List list, Random rnd) 
          Randomly permute the specified list using the specified source of randomness.</description>
		<content:encoded><![CDATA[<p>Hi<br />
We can use methods in Collections class</p>
<p>static void shuffle(List list)<br />
          Randomly permutes the specified list using a default source of randomness.<br />
static void shuffle(List list, Random rnd)<br />
          Randomly permute the specified list using the specified source of randomness.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

