<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hello Stan, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966767#M16278</link>
    <description>&lt;P&gt;Hello Stan,&lt;/P&gt;
&lt;P&gt;Please, have a look at the paper which describes some aspects of initialization (seed'ing) of random number generators in Intel(R) Math Kernel Library, &lt;A href="http://software.intel.com/en-us/articles/initializing-Intel-MKL-BRNGs/"&gt;http://software.intel.com/en-us/articles/initializing-Intel-MKL-BRNGs/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Does it answer your question?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2013 10:26:29 GMT</pubDate>
    <dc:creator>Andrey_N_Intel</dc:creator>
    <dc:date>2013-03-12T10:26:29Z</dc:date>
    <item>
      <title>random number generators</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966765#M16276</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Why the first element of the vector is generated from the distribution with the mean value equal to 0.0. How should I correct this code:&lt;BR /&gt;&lt;BR /&gt;void RNorm(int n ,float *x ,float mu=100.0f, float sigma=1.0f)&lt;BR /&gt;{&lt;BR /&gt;VSLStreamStatePtr stream;&lt;BR /&gt;vslNewStream( &amp;amp;stream, VSL_BRNG_MCG31, 777);&lt;BR /&gt;// vsRngGaussian( VSL_METHOD_SGAUSSIAN_BOXMULLER2, stream, 1, x, mu, sigma );&amp;nbsp; //if&amp;nbsp;I use this line the result will be correct&lt;BR /&gt;vsRngGaussian( VSL_METHOD_SGAUSSIAN_BOXMULLER2, stream, n, x, mu, sigma );&lt;BR /&gt;vslDeleteStream( &amp;amp;stream );&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Stan&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2013 21:47:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966765#M16276</guid>
      <dc:creator>stansy</dc:creator>
      <dc:date>2013-03-08T21:47:36Z</dc:date>
    </item>
    <item>
      <title>here what i see with this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966766#M16277</link>
      <description>&lt;P&gt;here what i see with this generator when n == 11 elements:( mkl 11.0.update2)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.exe&lt;/P&gt;
&lt;P&gt;mu == 100.000000&lt;/P&gt;
&lt;P&gt;X[0] == 94.557526&lt;/P&gt;
&lt;P&gt;X[1] == 100.209007&lt;BR /&gt; X[2] == 98.103668&lt;BR /&gt; X[3] == 101.462799&lt;BR /&gt; X[4] == 99.835510&lt;BR /&gt; X[5] == 100.047592&lt;BR /&gt; X[6] == 100.162888&lt;BR /&gt; X[7] == 100.772491&lt;BR /&gt; X[8] == 100.407875&lt;BR /&gt; X[9] == 98.523254&lt;BR /&gt; X[10] == 99.375008&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2013 05:02:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966766#M16277</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-03-09T05:02:30Z</dc:date>
    </item>
    <item>
      <title>Hello Stan,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966767#M16278</link>
      <description>&lt;P&gt;Hello Stan,&lt;/P&gt;
&lt;P&gt;Please, have a look at the paper which describes some aspects of initialization (seed'ing) of random number generators in Intel(R) Math Kernel Library, &lt;A href="http://software.intel.com/en-us/articles/initializing-Intel-MKL-BRNGs/"&gt;http://software.intel.com/en-us/articles/initializing-Intel-MKL-BRNGs/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Does it answer your question?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 10:26:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966767#M16278</guid>
      <dc:creator>Andrey_N_Intel</dc:creator>
      <dc:date>2013-03-12T10:26:29Z</dc:date>
    </item>
    <item>
      <title>Hello Andrey,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966768#M16279</link>
      <description>&lt;P&gt;Hello Andrey,&lt;/P&gt;
&lt;P&gt;Thank you very much for your help. I have not read this document before but intuitively applied to the tips outlined in it.&lt;/P&gt;
&lt;P&gt;With greetings,&lt;BR /&gt;Stan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 17:24:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/random-number-generators/m-p/966768#M16279</guid>
      <dc:creator>stansy</dc:creator>
      <dc:date>2013-03-12T17:24:51Z</dc:date>
    </item>
  </channel>
</rss>

