<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Implementation on Zio Ivan</title>
    <link>https://ivandemarino.me/tags/implementation/</link>
    <description>Recent content in Implementation on Zio Ivan</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</managingEditor>
    <webMaster>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</webMaster>
    <copyright>2004-2026 Ivan De Marino. Licensed under CC BY 4.0</copyright>
    <lastBuildDate>Sat, 23 Jan 2010 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ivandemarino.me/tags/implementation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Prime Numbers Generator</title>
      <link>https://ivandemarino.me/posts/prime-numbers-generator/</link>
      <pubDate>Sat, 23 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/prime-numbers-generator/</guid>
      <description>&lt;p&gt;I believe I don&amp;rsquo;t have to describe what &lt;a href=&#34;http://en.wikipedia.org/wiki/Prime_number&#34;&gt;primes&lt;/a&gt; are, what are their properties and what not. This post is more a tribute to geek-ness of 2 friends-and-colleagues (&lt;a href=&#34;http://twitter.com/lucabox&#34;&gt;@lucabox&lt;/a&gt;) that have fun thinking of algorithms to solve stupid (or less stupid), and always useless problems ;-) .&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Optimus Prime&#34; loading=&#34;lazy&#34; src=&#34;http://scottthong.files.wordpress.com/2006/08/optimus_prime.jpg&#34;&gt;
Optimus Prime :-P - yeah yeah, a stupid joke&lt;/p&gt;
&lt;h2 id=&#34;briefing&#34;&gt;Briefing&lt;/h2&gt;
&lt;p&gt;This code is based on the assumption that we want to generate very very large primes, so it uses &lt;code&gt;unsigned long long&lt;/code&gt; to store the values, instead of classical &lt;code&gt;unsigned int&lt;/code&gt;. Live with that.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
