<?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: Set random seed of function Random Shuffle in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870115#M103319</link>
    <description>&lt;P&gt;Try with Random Reset(123) instead of Random Seed(123)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Random Reset(1);
exA = [1 2 6, 3 5 8];
Random Shuffle(exA);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/random-functions-2.shtml?os=win&amp;amp;source=application#ww2733317" target="_blank" rel="noopener"&gt;Random Reset(seed)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Apr 2025 17:57:00 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-04-24T17:57:00Z</dc:date>
    <item>
      <title>Set random seed of function Random Shuffle</title>
      <link>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870071#M103313</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the Random Shuffle function, but I'd like to set the random seed so that I can reproduce certain results. The random seed function alone doesn't seem to apply, so how do I go about it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Random Seed( 123 ); // Fix random seed
exA = [1 2 6, 3 5 8];
Random Shuffle( exA );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Apr 2025 15:34:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870071#M103313</guid>
      <dc:creator>SophieCuvillier</dc:creator>
      <dc:date>2025-04-24T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set random seed of function Random Shuffle</title>
      <link>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870115#M103319</link>
      <description>&lt;P&gt;Try with Random Reset(123) instead of Random Seed(123)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Random Reset(1);
exA = [1 2 6, 3 5 8];
Random Shuffle(exA);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/random-functions-2.shtml?os=win&amp;amp;source=application#ww2733317" target="_blank" rel="noopener"&gt;Random Reset(seed)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 17:57:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870115#M103319</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-04-24T17:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set random seed of function Random Shuffle</title>
      <link>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870221#M103339</link>
      <description>&lt;P&gt;Thank you !!! It solved my issue !&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:16:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-random-seed-of-function-Random-Shuffle/m-p/870221#M103339</guid>
      <dc:creator>SophieCuvillier</dc:creator>
      <dc:date>2025-04-25T09:16:34Z</dc:date>
    </item>
  </channel>
</rss>

