<?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>MEMISO &#187; Randomize</title>
	<atom:link href="http://www.memiso.com/tag/randomize/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memiso.com</link>
	<description>Little Solutions For Big Problems</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:19:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generating Random Number in C</title>
		<link>http://www.memiso.com/generating-random-number-in-c.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-c.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:12:45 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Random Number]]></category>
		<category><![CDATA[Randomization]]></category>
		<category><![CDATA[Randomize]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=355</guid>
		<description><![CDATA[Generating random numbers is very important in programming. It&#8217;s difficult as much as it&#8217;s important. Actually, there is nothing random. A number, which is choosen according to some criterias (mostly time), is used in some functions, then a random number is given (for us) by those functions&#8230;
Let&#8217;s start.

Structure 1.1: We will need three libraries. (stdio.h,stdlib.h [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in PHP</title>
		<link>http://www.memiso.com/generating-random-number-in-php.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-php.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 00:48:20 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Random Number]]></category>
		<category><![CDATA[Randomization]]></category>
		<category><![CDATA[Randomize]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=315</guid>
		<description><![CDATA[Generating random numbers is very important in programming. We have to use random numbers to show a random record (Image, Saying, Article etc.) on our pages. Also, we can use random numbers for everything that we can imagine. In this article, we will see easiness of generating random numbers with PHP.

Structure 1.0: This is basic [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in JavaScript</title>
		<link>http://www.memiso.com/generating-random-number-in-javascript.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-javascript.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 22:39:00 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Random Number]]></category>
		<category><![CDATA[Randomization]]></category>
		<category><![CDATA[Randomize]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=216</guid>
		<description><![CDATA[Generating random numbers is very important in Javascript like other programming languages&#8230; JavaScript adds dynamism to our html pages. For example: If you want to add a slideshow that is arranged in order at random to your page, you need to generate a random number. In this article, we will see to generate a random [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in ASP</title>
		<link>http://www.memiso.com/generating-random-number-in-asp.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-asp.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 01:28:13 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Random Number]]></category>
		<category><![CDATA[Randomization]]></category>
		<category><![CDATA[Randomize]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=146</guid>
		<description><![CDATA[Generating random numbers is very important in programming. We have to use random numbers to show a random record (Image, Saying, Article etc.) on our pages. Also, we can use random numbers for everything that we can imagine. In this article, we will see easiness of generating random numbers with ASP.

Structure 1.0:
1234&#60;%
randomize
response.write int&#40;rnd*MaxNumber&#41;
%&#62;
Formula: 0 ]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
