<?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 Re: Normal distribution in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/955801#M47802</link>
    <description>&lt;P&gt;And regarding "which seed is better", they are all equivalent in the sense that a random sample from one seed has the same statistical properties as a random sample from another seed.&amp;nbsp; I have discussed this question in the article, &lt;A href="https://blogs.sas.com/content/iml/2017/06/01/choose-seed-random-number.html" target="_self"&gt;"How to choose a seed for generating random numbers in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jan 2025 11:58:42 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2025-01-11T11:58:42Z</dc:date>
    <item>
      <title>Normal distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/953145#M47697</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you explain me please, what does mean normal(999) function.&lt;/P&gt;
&lt;P&gt;Which seed is better to choose for the normal function?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 21:45:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/953145#M47697</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2024-12-10T21:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Normal distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/953146#M47698</link>
      <description>&lt;P&gt;the NORMAL function is deprecated (that means it is an old function and best practice is that you should not use it any more) &lt;A href="https://documentation.sas.com/doc/en/pgmmvacdc/9.4/lefunctionsref/p05tjojnyjll0zn1qq3xjl9aawl0.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmmvacdc/9.4/lefunctionsref/p05tjojnyjll0zn1qq3xjl9aawl0.htm&lt;/A&gt;&amp;nbsp; The 999 was a "seed" that you could use to make the sequence of random numbers generated reproducible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better to use the &lt;A href="https://documentation.sas.com/doc/en/pgmmvacdc/9.4/lefunctionsref/p0fpeei0opypg8n1b06qe4r040lv.htm#p0ks84a9b9vnv9n1unenv71z1uuu" target="_self"&gt;rand('normal')&lt;/A&gt; function and &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_055/lefunctionsref/p0gw58qo85qp56n1kbpiz50ww8lv.htm" target="_self"&gt;CALL STREAMINIT()&lt;/A&gt; to specify a seed and make the random numbers reproducible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 21:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/953146#M47698</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-12-10T21:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Normal distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/955801#M47802</link>
      <description>&lt;P&gt;And regarding "which seed is better", they are all equivalent in the sense that a random sample from one seed has the same statistical properties as a random sample from another seed.&amp;nbsp; I have discussed this question in the article, &lt;A href="https://blogs.sas.com/content/iml/2017/06/01/choose-seed-random-number.html" target="_self"&gt;"How to choose a seed for generating random numbers in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 11:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/955801#M47802</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2025-01-11T11:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Normal distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/955805#M47803</link>
      <description>&lt;P&gt;How to choose a seed for generating random numbers in SAS?&lt;/P&gt;
&lt;P&gt;By Rick Wicklin on The DO Loop June 1, 2017&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/06/01/choose-seed-random-number.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2017/06/01/choose-seed-random-number.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It says (&amp;nbsp;&lt;EM&gt;amongst others&lt;/EM&gt; )&lt;BR /&gt;A seed value specifies a particular stream from a set of possible random number streams. When you specify a seed, SAS generates the same set of pseudorandom numbers every time you run the program. However, there is no intrinsic reason to prefer one stream over another. The stream for seed=12345 is just as random as the stream for the nine-digit prime number 937162211.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 14:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Normal-distribution/m-p/955805#M47803</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-01-11T14:11:56Z</dc:date>
    </item>
  </channel>
</rss>

