<?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 Random Walk</title>
	<atom:link href="http://blogs.scienceforums.net/ajb/?feed=rss2&#038;p=1978" rel="self" type="application/rss+xml" />
	<link>http://blogs.scienceforums.net/ajb/?p=1978</link>
	<description>Random thoughts on mathematics, physics  and more...</description>
	<lastBuildDate>Thu, 23 May 2013 14:25:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ajb</title>
		<link>http://blogs.scienceforums.net/ajb/?p=1978&#038;cpage=1#comment-29241</link>
		<dc:creator>ajb</dc:creator>
		<pubDate>Sat, 15 Sep 2012 09:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.scienceforums.net/ajb/?p=1978#comment-29241</guid>
		<description>The algorithm is basically

Start from a given point, which in this case is (0,0)

Pick one of eight directions (up, down, left, right, and the diagonals) at random. The algorithm I used has these choices equally weighted, but one could generalise that.

Draw a line of length one in that direction.

Loop

These are simple random walks that allow crossings, visiting the same point more than once and allows loops.</description>
		<content:encoded><![CDATA[<p>The algorithm is basically</p>
<p>Start from a given point, which in this case is (0,0)</p>
<p>Pick one of eight directions (up, down, left, right, and the diagonals) at random. The algorithm I used has these choices equally weighted, but one could generalise that.</p>
<p>Draw a line of length one in that direction.</p>
<p>Loop</p>
<p>These are simple random walks that allow crossings, visiting the same point more than once and allows loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogs.scienceforums.net/ajb/?p=1978&#038;cpage=1#comment-29176</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 15 Sep 2012 02:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.scienceforums.net/ajb/?p=1978#comment-29176</guid>
		<description>Hi,

May I ask which algorithm you used to produce these runs?

Thanks!

Cheers,
Chris</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>May I ask which algorithm you used to produce these runs?</p>
<p>Thanks!</p>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
