<?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 number generator with Statistics!</title>
	<atom:link href="http://blog.james.walms.co.uk/2006/10/03/random-number-generator-with-statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james.walms.co.uk/2006/10/03/random-number-generator-with-statistics/</link>
	<description>James Walmsley&#039;s Blog</description>
	<lastBuildDate>Thu, 01 Apr 2010 09:15:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: James (me)</title>
		<link>http://blog.james.walms.co.uk/2006/10/03/random-number-generator-with-statistics/comment-page-1/#comment-11</link>
		<dc:creator>James (me)</dc:creator>
		<pubDate>Mon, 09 Oct 2006 13:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://worm.me.uk/?p=3#comment-11</guid>
		<description>Tested the compile on Debian linux under GCC works perfectly.

$ gcc rand.c -o rand

This will also compile for MAC OS X

(Truly multi-platform C code!)

Jim</description>
		<content:encoded><![CDATA[<p>Tested the compile on Debian linux under GCC works perfectly.</p>
<p>$ gcc rand.c -o rand</p>
<p>This will also compile for MAC OS X</p>
<p>(Truly multi-platform C code!)</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.james.walms.co.uk/2006/10/03/random-number-generator-with-statistics/comment-page-1/#comment-5</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 03 Oct 2006 13:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://worm.me.uk/?p=3#comment-5</guid>
		<description>You will see in the source code that I&#039;ve limited it to 100000 random numbers. In actual fact this can be increased to around 520000 numbers however stats may not work (the sum can become too big).

Limiting also prevents problems when trying to compile with Vis Studio. As this wont let the array size be chosen at run-time by the user!

James</description>
		<content:encoded><![CDATA[<p>You will see in the source code that I&#8217;ve limited it to 100000 random numbers. In actual fact this can be increased to around 520000 numbers however stats may not work (the sum can become too big).</p>
<p>Limiting also prevents problems when trying to compile with Vis Studio. As this wont let the array size be chosen at run-time by the user!</p>
<p>James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
