<?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: Generating (Very) Large Primes</title>
	<atom:link href="http://langui.sh/2009/03/07/generating-very-large-primes/feed/" rel="self" type="application/rss+xml" />
	<link>http://langui.sh/2009/03/07/generating-very-large-primes/</link>
	<description>Fun hacks, WP plugins, photography, and PKI junk.  Languishing since 2008.</description>
	<lastBuildDate>Tue, 01 May 2012 19:02:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Paul Kehrer</title>
		<link>http://langui.sh/2009/03/07/generating-very-large-primes/comment-page-1/#comment-10399</link>
		<dc:creator>Paul Kehrer</dc:creator>
		<pubDate>Tue, 17 Apr 2012 04:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=167#comment-10399</guid>
		<description>Thanks for the correction, I&#039;ve updated the script to reflect the fix.</description>
		<content:encoded><![CDATA[<p>Thanks for the correction, I&#8217;ve updated the script to reflect the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mute</title>
		<link>http://langui.sh/2009/03/07/generating-very-large-primes/comment-page-1/#comment-10356</link>
		<dc:creator>Mute</dc:creator>
		<pubDate>Sun, 15 Apr 2012 11:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=167#comment-10356</guid>
		<description>I mean, there is a mistake for all primes numbers &lt; 1000.</description>
		<content:encoded><![CDATA[<p>I mean, there is a mistake for all primes numbers &lt; 1000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mute</title>
		<link>http://langui.sh/2009/03/07/generating-very-large-primes/comment-page-1/#comment-10355</link>
		<dc:creator>Mute</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=167#comment-10355</guid>
		<description>There is a mistake for all primes numbers = 3):
         if (n&amp;1 != 0):
             for p in lowPrimes:
                 if (n % p == 0):
                     return False

When p = 17 (from the array) % n = 17, it will return false.</description>
		<content:encoded><![CDATA[<p>There is a mistake for all primes numbers = 3):<br />
         if (n&amp;1 != 0):<br />
             for p in lowPrimes:<br />
                 if (n % p == 0):<br />
                     return False</p>
<p>When p = 17 (from the array) % n = 17, it will return false.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 2/6 queries in 0.003 seconds using memcached
Object Caching 348/348 objects using memcached

Served from: langui.sh @ 2012-05-17 08:04:40 -->
