<?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 to Generating Random Numbers with Specific Distribution? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69684#M20038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also my blog post, "&lt;A href="http://blogs.sas.com/content/iml/2011/08/24/how-to-generate-random-numbers-in-sas/"&gt;How to generate random numbers in SAS&lt;/A&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2011 13:10:40 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2011-10-12T13:10:40Z</dc:date>
    <item>
      <title>How to Generating Random Numbers with Specific Distribution?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69681#M20035</link>
      <description>Hello ^^&lt;BR /&gt;
&lt;BR /&gt;
I'm new for this program, SAS. But for some reason I have to work with this, I have 2 big questions (seems big problem to me too) here ...&lt;BR /&gt;
&lt;BR /&gt;
1. Is it possible to generate random numbers from a specific distribution (such as a normal or something els)&lt;BR /&gt;
2. How can I generate set of random numbers with specific range such as 1 - 9.&lt;BR /&gt;
&lt;BR /&gt;
Thank you for you comment and sorry about my broken english.</description>
      <pubDate>Mon, 07 Feb 2011 07:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69681#M20035</guid>
      <dc:creator>s_chanon</dc:creator>
      <dc:date>2011-02-07T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generating Random Numbers with Specific Distribution?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69682#M20036</link>
      <description>what would you imagine? &lt;BR /&gt;
a RAND function, to provide a random number from the distribution you define?&lt;BR /&gt;
Read the online-doc here&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a001466748.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a001466748.htm&lt;/A&gt;&lt;BR /&gt;
at the reference documentation for&lt;I&gt; &lt;BR /&gt;
RAND Function&lt;BR /&gt;
Generates random numbers from a distribution that you specify.&lt;/I&gt;&lt;BR /&gt;
 &lt;BR /&gt;
You'll find much useful information in the &lt;A href="http://support.sas.com" target="_blank"&gt;http://support.sas.com&lt;/A&gt; website&lt;BR /&gt;
&lt;BR /&gt;
2&lt;BR /&gt;
to generate a uniformly distributed random number between 0 and 1  &lt;BR /&gt;
R01 = rand( 'uniform') ;&lt;BR /&gt;
or, for a uniformly random integer between 0 and 9 &lt;BR /&gt;
R09 = int( 10 * rand( 'uniform' ) ) ;</description>
      <pubDate>Mon, 07 Feb 2011 08:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69682#M20036</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-02-07T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generating Random Numbers with Specific Distribution?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69683#M20037</link>
      <description>Thanks so much, this is very helpful ^^</description>
      <pubDate>Thu, 24 Feb 2011 09:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69683#M20037</guid>
      <dc:creator>s_chanon</dc:creator>
      <dc:date>2011-02-24T09:44:37Z</dc:date>
    </item>
    <item>
      <title>How to Generating Random Numbers with Specific Distribution?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69684#M20038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also my blog post, "&lt;A href="http://blogs.sas.com/content/iml/2011/08/24/how-to-generate-random-numbers-in-sas/"&gt;How to generate random numbers in SAS&lt;/A&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 13:10:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Generating-Random-Numbers-with-Specific-Distribution/m-p/69684#M20038</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-10-12T13:10:40Z</dc:date>
    </item>
  </channel>
</rss>

