<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marco&#039;s .NET Blog &#187; C#</title>
	<atom:link href="http://www.fulda-west.de/blog/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fulda-west.de/blog</link>
	<description>just about my work on .NET</description>
	<lastBuildDate>Thu, 01 Dec 2011 12:35:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>C# :: Zufallszahl erzeugen (Random)</title>
		<link>http://www.fulda-west.de/blog/2008/12/c-zufallszahl-erzeugen-random/</link>
		<comments>http://www.fulda-west.de/blog/2008/12/c-zufallszahl-erzeugen-random/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 10:37:45 +0000</pubDate>
		<dc:creator>mherbert</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Zufallszahl]]></category>

		<guid isPermaLink="false">http://www.fulda-west.de/blog/?p=94</guid>
		<description><![CDATA[Gelegentlich braucht man sie halt doch: Zufallszahlen. Der Code ist recht übersichtlich: Random rnd = new Random(); int Zufallszahl = rnd.Next(1,1000); rnd.Next(1,1000) erzeugt eine zufällige Zahl zwischen 1 und 1000.]]></description>
		<wfw:commentRss>http://www.fulda-west.de/blog/2008/12/c-zufallszahl-erzeugen-random/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

