<?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>Программистские записки &#187; рандом</title>
	<atom:link href="http://phpbegun.ru/tag/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpbegun.ru</link>
	<description>Посвящается тем, кто делает только первые свои шаги в изучении php</description>
	<lastBuildDate>Wed, 24 Aug 2011 17:22:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Рандом или число &#171;с потолка&#187;</title>
		<link>http://phpbegun.ru/2009/08/27/random/</link>
		<comments>http://phpbegun.ru/2009/08/27/random/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 07:45:49 +0000</pubDate>
		<dc:creator>Неумелый программист</dc:creator>
				<category><![CDATA[Математические функции]]></category>
		<category><![CDATA[rand]]></category>
		<category><![CDATA[рандом]]></category>

		<guid isPermaLink="false">http://badcode.net.ru/?p=164</guid>
		<description><![CDATA[Рандом, что это такое? Это число генерируемое произвольно. Почему именно так называют? Все просто, в php есть такой оператор rand именно он генерит произвольное число. вот простой пример. &#60;?php &#160;&#160;&#160;&#160;&#160;&#160;echo&#160;rand().'&#60;br/&#62;'; &#160;&#160;&#160;&#160;&#160;&#160;echo&#160;rand(10,100).'&#60;br/&#62;'; ?&#62; В первом случае будет выведено произвольное число из всего множества целых чисел, во втором случае будет выведено число из диапазона от 10 до [...]]]></description>
		<wfw:commentRss>http://phpbegun.ru/2009/08/27/random/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
