<?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: Patterns in the PHP Random Function</title>
	<atom:link href="http://ideonexus.com/2009/03/19/patterns-in-the-php-random-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://ideonexus.com/2009/03/19/patterns-in-the-php-random-function/</link>
	<description></description>
	<lastBuildDate>Wed, 02 May 2012 13:57:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dave</title>
		<link>http://ideonexus.com/2009/03/19/patterns-in-the-php-random-function/comment-page-1/#comment-10873</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 21 Mar 2009 02:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://ideonexus.com/?p=3216#comment-10873</guid>
		<description>I came across http://www.random.org/ recently.  It generates random numbers using atmospheric noise.</description>
		<content:encoded><![CDATA[<p>I came across <a href="http://www.random.org/" rel="nofollow">http://www.random.org/</a> recently.  It generates random numbers using atmospheric noise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ideonexus.com/2009/03/19/patterns-in-the-php-random-function/comment-page-1/#comment-10869</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 20 Mar 2009 03:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://ideonexus.com/?p=3216#comment-10869</guid>
		<description>Nifty analysis!

Here&#039;s a fun list of &quot;randomness&quot; tests that I&#039;ve come across from time to time:

http://en.wikipedia.org/wiki/Diehard_tests

The Mersenne twister is a pretty good RNG; it is the basis for the randomness in ECJ, the Java evolutionary computing framework I use.  It is interesting how difficult it is to come up with a really good RNG.</description>
		<content:encoded><![CDATA[<p>Nifty analysis!</p>
<p>Here&#8217;s a fun list of &#8220;randomness&#8221; tests that I&#8217;ve come across from time to time:</p>
<p><a href="http://en.wikipedia.org/wiki/Diehard_tests" rel="nofollow">http://en.wikipedia.org/wiki/Diehard_tests</a></p>
<p>The Mersenne twister is a pretty good RNG; it is the basis for the randomness in ECJ, the Java evolutionary computing framework I use.  It is interesting how difficult it is to come up with a really good RNG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ClintJCL</title>
		<link>http://ideonexus.com/2009/03/19/patterns-in-the-php-random-function/comment-page-1/#comment-10866</link>
		<dc:creator>ClintJCL</dc:creator>
		<pubDate>Thu, 19 Mar 2009 19:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://ideonexus.com/?p=3216#comment-10866</guid>
		<description>fascinating.. 

i always thought that a good random number seed would be a simultaneous sampling of all the FM radio wave frequencies ... 

or does the fact that we have radio stations make that less random? :)</description>
		<content:encoded><![CDATA[<p>fascinating.. </p>
<p>i always thought that a good random number seed would be a simultaneous sampling of all the FM radio wave frequencies &#8230; </p>
<p>or does the fact that we have radio stations make that less random? :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

