<?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 how about pSeed value?
  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980403#M21340</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;how about pSeed value?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2014 15:20:39 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2014-02-10T15:20:39Z</dc:date>
    <item>
      <title>RandUniform issue</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980402#M21339</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to use the function&amp;nbsp;ippsRandUniform_Direct_64f, but I can't obtain anything, I just get a vector full of zeros. Here is the function I'm using, maybe there's something wrong with the code. Hope you'll help me.&lt;/P&gt;

&lt;P&gt;#include "stdafx.h"&lt;BR /&gt;
	#include "ipp.h"&lt;BR /&gt;
	#pragma warning (disable:4996)&lt;/P&gt;

&lt;P&gt;static unsigned int *pSeed;&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;extern "C"{&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;_declspec(dllexport) void nnlsbp_1D(double u[]);&lt;BR /&gt;
	}&lt;BR /&gt;
	_declspec(dllexport) void nnlsbp_1D(double u[]){&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; ippsRandUniform_Direct_64f(u,91,0,1,pSeed);&lt;/P&gt;

&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 14:32:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980402#M21339</guid>
      <dc:creator>Isaac_D_</dc:creator>
      <dc:date>2014-02-10T14:32:28Z</dc:date>
    </item>
    <item>
      <title>how about pSeed value?
 </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980403#M21340</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;how about pSeed value?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:20:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980403#M21340</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-10T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Hi Isaac,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980404#M21341</link>
      <description>&lt;P&gt;Hi Isaac,&lt;/P&gt;

&lt;P&gt;first of all I reccomend you to use correct syntax while calling IPP - to use IppStatus and check it after a call - guess for this particular example you'll get &amp;nbsp;&amp;nbsp;&amp;nbsp; ippStsNullPtrErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = -8,&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Null pointer error. */ as pSeed pointer is not initialized...&lt;/P&gt;

&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:42:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RandUniform-issue/m-p/980404#M21341</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2014-02-10T15:42:57Z</dc:date>
    </item>
  </channel>
</rss>

