<?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 can I just get a simple uniform random generator? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-can-I-just-get-a-simple-uniform-random-generator/m-p/992647#M18077</link>
    <description>I don't know many about the random generator, and I just want to get a uniform random generator within 0 to 1, just like the button 'Rnd' on some calculators.  I haven't tested some subroutines provided by MKL, but unfortunately, it didn't work yet, mostly caused by the fact that I didn't know what's seed or stream.  Could andbody help me?  Just telling me the name of the subroutine and usage will be apprciated enough.</description>
    <pubDate>Thu, 07 Apr 2005 23:09:43 GMT</pubDate>
    <dc:creator>yangjio4849</dc:creator>
    <dc:date>2005-04-07T23:09:43Z</dc:date>
    <item>
      <title>How can I just get a simple uniform random generator?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-can-I-just-get-a-simple-uniform-random-generator/m-p/992647#M18077</link>
      <description>I don't know many about the random generator, and I just want to get a uniform random generator within 0 to 1, just like the button 'Rnd' on some calculators.  I haven't tested some subroutines provided by MKL, but unfortunately, it didn't work yet, mostly caused by the fact that I didn't know what's seed or stream.  Could andbody help me?  Just telling me the name of the subroutine and usage will be apprciated enough.</description>
      <pubDate>Thu, 07 Apr 2005 23:09:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-can-I-just-get-a-simple-uniform-random-generator/m-p/992647#M18077</guid>
      <dc:creator>yangjio4849</dc:creator>
      <dc:date>2005-04-07T23:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I just get a simple uniform random generator?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-can-I-just-get-a-simple-uniform-random-generator/m-p/992648#M18078</link>
      <description>The MKL random number generators create vectors of random numbers. The idea behind them is that creating 1000 random numbers can be done more efficiently than creating 1 random number at a time 1000 times. 

There are a number of uniform random number generators with different characteristics in various data formats - bit, integer, single and double precision. 

The seed is simply a starting point. If you use the same seed you will get the same sequence of numbers.

A stream is in fact a descriptor which can be used numerous times. Once a stream has been created you can create a vector of random numbers. There is a quite clear description how to do this in the VSLNotes. Essentially the process is to create a stream and then call the random number generator.

Bruce</description>
      <pubDate>Tue, 12 Apr 2005 06:24:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-can-I-just-get-a-simple-uniform-random-generator/m-p/992648#M18078</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-04-12T06:24:09Z</dc:date>
    </item>
  </channel>
</rss>

