<?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: Random seed genarator with eight positive number in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756698#M238962</link>
    <description>Here's an approach I typically use:&lt;BR /&gt;&lt;A href="https://gist.github.com/statgeek/fd94b0b6e78815430c1340e8c19f8644" target="_blank"&gt;https://gist.github.com/statgeek/fd94b0b6e78815430c1340e8c19f8644&lt;/A&gt;</description>
    <pubDate>Mon, 26 Jul 2021 16:38:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-07-26T16:38:15Z</dc:date>
    <item>
      <title>Random seed genarator with eight positive number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756691#M238957</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to generate random seed number for subject id such as&lt;/P&gt;&lt;P&gt;subject id&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;seed&lt;/P&gt;&lt;P&gt;12345678&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 21258793&lt;/P&gt;&lt;P&gt;47582236&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32569874&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My subject id is 8. . Each seed would be 8. and random seed would be fixed for each subject id. How to write that code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;zahid&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 16:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756691#M238957</guid>
      <dc:creator>ZahidHussain</dc:creator>
      <dc:date>2021-07-26T16:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Random seed genarator with eight positive number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756698#M238962</link>
      <description>Here's an approach I typically use:&lt;BR /&gt;&lt;A href="https://gist.github.com/statgeek/fd94b0b6e78815430c1340e8c19f8644" target="_blank"&gt;https://gist.github.com/statgeek/fd94b0b6e78815430c1340e8c19f8644&lt;/A&gt;</description>
      <pubDate>Mon, 26 Jul 2021 16:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756698#M238962</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-26T16:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Random seed genarator with eight positive number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756704#M238968</link>
      <description>&lt;P&gt;Thanks for your reply. Does every time generation those random number would be&amp;nbsp; same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 16:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756704#M238968</guid>
      <dc:creator>ZahidHussain</dc:creator>
      <dc:date>2021-07-26T16:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Random seed genarator with eight positive number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756707#M238971</link>
      <description>If the seed and data is exactly the same, ie order then yes. But if you're asking if you pass in 12345678 will you always get the same value out, the answer is No. Any solution that does that is considered reversible essentially as soon as you have a few mapped and unmapped IDs.</description>
      <pubDate>Mon, 26 Jul 2021 16:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-seed-genarator-with-eight-positive-number/m-p/756707#M238971</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-26T16:51:31Z</dc:date>
    </item>
  </channel>
</rss>

