<?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>gnucom.cc &#187; randomization</title>
	<atom:link href="http://blog.gnucom.cc/tag/randomization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Generate list of random integers in Python.</title>
		<link>http://blog.gnucom.cc/2010/generate-list-of-random-integers-in-python/</link>
		<comments>http://blog.gnucom.cc/2010/generate-list-of-random-integers-in-python/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 02:14:03 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[randomization]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=841</guid>
		<description><![CDATA[I use this for testing and that is about it. import random def randomArr&#40;length, max&#41;: arr = &#91;&#93; for i in range&#40;0, length&#41;: arr.append&#40;random.randint&#40;0, max&#41;&#41; return arr]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/generate-list-of-random-integers-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Randomize cron entries with python.</title>
		<link>http://blog.gnucom.cc/2010/randomize-cron-entries-with-python/</link>
		<comments>http://blog.gnucom.cc/2010/randomize-cron-entries-with-python/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 05:18:47 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[randomization]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=759</guid>
		<description><![CDATA[I use this to prevent network brownouts when heavy bandwidth usage is expected. The script only randomizes the minute and hour fields of the cron entry, but can very easily be modified so that it randomizes all or selected entries. The script also only modifies entries that use the commands in the target list &#8211; [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/randomize-cron-entries-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

