<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Randomly.net</title>
	<atom:link href="http://www.randomly.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randomly.net</link>
	<description>How Computers Generate Random Numbers</description>
	<pubDate>Tue, 19 Feb 2008 14:27:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How Computers Generate Random Numbers</title>
		<link>http://www.randomly.net/2008/01/28/how-computers-generate-random-numbers/</link>
		<comments>http://www.randomly.net/2008/01/28/how-computers-generate-random-numbers/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 06:41:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Random Numbers]]></category>

		<guid isPermaLink="false">http://www.randomly.net/2008/01/28/how-computers-generate-random-numbers/</guid>
		<description><![CDATA[Computers generate random numbers using mathematical equations.

They create an output of millions numbers with acceptable random properties. Computers actually generate pseudo-random numbers and not true random numbers.
Random numbers are important. They allow statistical studies to mimic the real world in a more realistic way. Random numbers represent the &#8220;unpredictable&#8221;, pattern-less  behaviors of a certain variable [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a rel="attachment wp-att-7" href="http://www.randomly.net/2008/01/28/how-computers-generate-random-numbers/7/"></a><a rel="attachment wp-att-8" href="http://www.randomly.net/2008/01/28/how-computers-generate-random-numbers/8/"><img border="0" align="right" src="http://www.randomly.net/wp-content/uploads/2008/02/fractals.thumbnail.jpg" hspace="5" /></a>Computers generate random numbers</strong> using mathematical equations.<br />
<span id="more-5"></span></p>
<p>They create an output of millions numbers with acceptable random properties. Computers actually generate pseudo-random numbers and not true random numbers.</p>
<p>Random numbers are important. They allow statistical studies to mimic the real world in a more realistic way. Random numbers represent the &#8220;unpredictable&#8221;, pattern-less  behaviors of a certain variable being observed.</p>
<p>Before computers. the table of random numbers was used (and still being used) by people who want to generate random numbers, and for simple randomness, there&#8217;s the coin which you can flip.</p>
<p><strong>See also</strong></p>
<ul>
<li><a href="http://www.randomly.net/2008/01/28/kinds-of-random-numbers/" title="Kinds of random numbers">Kinds of random numbers</a></li>
<li><a href="http://www.randomly.net/2008/01/28/random-number-generators/" title="Random number generators">Random number generators</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.randomly.net/2008/01/28/how-computers-generate-random-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kinds of random numbers</title>
		<link>http://www.randomly.net/2008/01/28/kinds-of-random-numbers/</link>
		<comments>http://www.randomly.net/2008/01/28/kinds-of-random-numbers/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 06:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Random Numbers]]></category>

		<guid isPermaLink="false">http://www.randomly.net/2008/01/28/kinds-of-random-numbers/</guid>
		<description><![CDATA[Random numbers are classified into two kinds.

True random numbers
Random numbers generated by actual physical phenomenon exhibiting true randomness.
Pseudo-random numbers
Random numbers who are generated by algorithms. These pseudo-numbers will never be truly perfectly random, because it actually depends on an algorithm.
]]></description>
			<content:encoded><![CDATA[<p><strong><a rel="attachment wp-att-6" href="http://www.randomly.net/2008/01/28/kinds-of-random-numbers/6/"><img border="0" align="right" hspace="5" src="http://www.randomly.net/wp-content/uploads/2008/02/random_numbers.thumbnail.jpg" /></a>Random numbers</strong> are classified into two kinds.<br />
<span id="more-4"></span></p>
<p><strong>True random numbers</strong></p>
<p>Random numbers generated by actual physical phenomenon exhibiting true randomness.</p>
<p><strong>Pseudo-random numbers</strong></p>
<p>Random numbers who are generated by algorithms. These pseudo-numbers will never be truly perfectly random, because it actually depends on an algorithm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomly.net/2008/01/28/kinds-of-random-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Random number generators</title>
		<link>http://www.randomly.net/2008/01/28/random-number-generators/</link>
		<comments>http://www.randomly.net/2008/01/28/random-number-generators/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 06:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Random Numbers]]></category>

		<guid isPermaLink="false">http://www.randomly.net/2008/01/28/random-number-generators/</guid>
		<description><![CDATA[But what exactly is a random number generator?

A random number generator is a computational or physical device that is able to generate numbers that lack pattern; that is, these numbers generated appear to be random. While computers are generally used to generate random numbers, these numbers usually does not meet the criteria for true random [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-9" href="http://www.randomly.net/2008/01/28/random-number-generators/9/"><img border="0" align="right" hspace="5" src="http://www.randomly.net/wp-content/uploads/2008/02/random-generator.jpg" /></a>But what exactly is a <strong>random number generator</strong>?<br />
<span id="more-3"></span></p>
<p>A random number generator is a computational or physical device that is able to generate numbers that lack pattern; that is, these numbers generated appear to be random. While computers are generally used to generate random numbers, these numbers usually does not meet the criteria for true random numbers, but for the purpose where they are used, they are &#8220;random&#8221; enough.</p>
<p>Computers are able to generate pseudo-random numbers, and not real random numbers. Computers generate these numbers using a Pseudo-random Number Generators (PRNG) algorithms which are mathematical equations that automatically create long runs (millions of numbers long) with acceptable random properties. These numbers are however not &#8220;true random numbers&#8221; because at some point during the execution of these mathematical formulas, numbers will repeat. But for applications needing random numbers within the range of these pseudo-random numbers generated by the computer, it will suffice. Computer programming languages often provide functions or libraries that provide programmers with random bytes, words or floats evenly distributed between 0 and 1.</p>
<p>There are, however, some specialized computers that rely on physical phenomena to generate true random numbers. One example is the Atari 8-bit computer which uses the noise from it its analog circuitry to generate random numbers. Other sources of random numbers from the physical world included thermal noise, radioactive decay, shot noise and clock drift.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomly.net/2008/01/28/random-number-generators/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
