<?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: Random sort in T-SQL</title>
	<atom:link href="http://salamakha.com/blog/2007/07/15/random-sort-in-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://salamakha.com/blog/2007/07/15/random-sort-in-t-sql/</link>
	<description>Random thoughts on IT</description>
	<lastBuildDate>Thu, 10 Jun 2010 09:13:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alex Salamakha</title>
		<link>http://salamakha.com/blog/2007/07/15/random-sort-in-t-sql/comment-page-1/#comment-12</link>
		<dc:creator>Alex Salamakha</dc:creator>
		<pubDate>Sun, 09 Sep 2007 08:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/07/15/random-sort-in-t-sql/#comment-12</guid>
		<description>What version of SQL Server are you using? Do you have any test app/example to play with?</description>
		<content:encoded><![CDATA[<p>What version of SQL Server are you using? Do you have any test app/example to play with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://salamakha.com/blog/2007/07/15/random-sort-in-t-sql/comment-page-1/#comment-11</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 08 Sep 2007 17:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/07/15/random-sort-in-t-sql/#comment-11</guid>
		<description>It appears as though the distribution from newid() is not truly random.  When using it in my application, it definately favors a couple of values.  This is because machine dependent items (such as the MAC) are used in generating GUIDs.  This is probably not a huge deal in most apps (such as a random tip or product), but it kills my app that relies on a truly random distribution :-(.</description>
		<content:encoded><![CDATA[<p>It appears as though the distribution from newid() is not truly random.  When using it in my application, it definately favors a couple of values.  This is because machine dependent items (such as the MAC) are used in generating GUIDs.  This is probably not a huge deal in most apps (such as a random tip or product), but it kills my app that relies on a truly random distribution <img src='http://salamakha.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
