<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 23 May 2012 10:58:43 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Robin Debreuil&amp;#039;s Blog &amp;raquo; Particle Effects Without Particles</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-38859</link>
      <pubDate>Tue, 02 Feb 2010 22:14:11 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-38859</guid>
    </item>
    <item>
      <title>By Particle Effects Without Particles &amp;laquo; Debreuil Digital Works</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-38941</link>
      <pubDate>Thu, 04 Feb 2010 01:54:26 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-38941</guid>
    </item>
    <item>
      <title>By Charles Karney</title>
      <description><![CDATA[ Linear Congruential Generators are notoriously bad random number
generators.  There many much stronger generators available
nowadays and programmers who want to write reliable simulation
code should be steered towards these in preference to LCGs.  One
such generator is tailored the use of SSE2 instructions,
SIMD-oriented Fast Mersenne Twister (SFMT).  See

  http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html

I have written a C++ implementation of this, see

  http://randomlib.sourceforge.net

 ]]></description>
      <link>http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-58503</link>
      <pubDate>Sun, 10 Apr 2011 07:44:12 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-58503</guid>
    </item>
    <item>
      <title>By Robinson</title>
      <description><![CDATA[ The return result is a pointer to unsigned int (32 bits), and you're storing a 128 bit value into it.

    _mm_storeu_si128( (__m128i*) result, sseresult ); 

Memory corruption to follow.... ]]></description>
      <link>http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-59977</link>
      <pubDate>Sat, 21 May 2011 08:18:12 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-59977</guid>
    </item>
    <item>
      <title>By Doug</title>
      <description><![CDATA[ You should NEVER use an LCG for cyrpto. it is not secure, and is generally a bad idea.  Intel engineers should know better than to mention "cryptography" on a page about LCGs.

-Doug
 ]]></description>
      <link>http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-67588</link>
      <pubDate>Tue, 29 Nov 2011 15:35:43 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/#comment-67588</guid>
    </item>
  </channel></rss>
